javax.mail.internet
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.mail.MessagingException
javax.mail.internet.ParseException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AddressException
public class ParseException
- extends MessagingException
The exception thrown due to an error in parsing RFC822
or MIME headers
- Author:
- John Mani
- See Also:
- Serialized Form
Constructor Summary |
ParseException()
Constructs a ParseException with no detail message. |
ParseException(String s)
Constructs a ParseException with the specified detail message. |
ParseException
public ParseException()
- Constructs a ParseException with no detail message.
ParseException
public ParseException(String s)
- Constructs a ParseException with the specified detail message.
- Parameters:
s
- the detail message
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.