Package javax.mail.internet
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.mail.MessagingException
-
- javax.mail.internet.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known 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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException()
Constructor with no detail message.ParseException(java.lang.String s)
Constructor with the specified detail message.
-
Method Summary
-
Methods inherited from class javax.mail.MessagingException
getMessage, getNextException, printStackTrace, printStackTrace, setNextException
-
-