public class ParseException extends MimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Modifier | Constructor and Description |
|---|---|
protected |
ParseException(java.lang.String message)
Constructs a new parse exception with the specified detail message.
|
protected |
ParseException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new parse exception with the specified detail message and
cause.
|
protected |
ParseException(java.lang.Throwable cause)
Constructs a new parse exception with the specified cause.
|
private static final long serialVersionUID
protected ParseException(java.lang.String message)
message - detail messageprotected ParseException(java.lang.Throwable cause)
cause - the causeprotected ParseException(java.lang.String message,
java.lang.Throwable cause)
message - detail messagecause - the cause