javax.mail.internet

Class ParseException

Known Direct Subclasses:
AddressException

public class ParseException
extends MessagingException

An exception thrown to indicate an error parsing RFC822 or MIME headers.
Version:
1.4
Author:
Chris Burdess

Constructor Summary

ParseException()
Constructor with no detail message.
ParseException(String s)
Constructor with the specified detail message.

Method Summary

Methods inherited from class javax.mail.MessagingException

getMessage, getNextException, printStackTrace, printStackTrace, setNextException

Constructor Details

ParseException

public ParseException()
Constructor with no detail message.

ParseException

public ParseException(String s)
Constructor with the specified detail message.
Parameters:
s - the detail message

© Copyright 2003, 2004 The Free Software Foundation, All rights reserved