⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
javax.mail.internet

Class ParseException

Exception
|
+--javax.mail.MessagingException
   |
   +--javax.mail.internet.ParseException

Known Direct Subclasses:
AddressException


public class ParseException
extends MessagingException

The exception thrown due to an error in parsing RFC822 or MIME headers.
Author:

Constructor Summary

ParseException()

Constructs a ParseException with no detail message.

ParseException(String s)

Constructs a ParseException with the specified detail message.

Constructor Details

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