Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.james.mime4j.MimeException
org.apache.james.mime4j.dom.field.ParseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParseException
,ParseException
,ParseException
,ParseException
,ParseException
,ParseException
,ParseException
This exception is thrown when parse errors are encountered.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ParseException
(String message) Constructs a new parse exception with the specified detail message.protected
ParseException
(String message, Throwable cause) Constructs a new parse exception with the specified detail message and cause.protected
ParseException
(Throwable cause) Constructs a new parse exception with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ParseException
Constructs a new parse exception with the specified detail message.- Parameters:
message
- detail message
-
ParseException
Constructs a new parse exception with the specified cause.- Parameters:
cause
- the cause
-
ParseException
Constructs a new parse exception with the specified detail message and cause.- Parameters:
message
- detail messagecause
- the cause
-