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
ConstructorsModifierConstructorDescriptionprotectedParseException(String message) Constructs a new parse exception with the specified detail message.protectedParseException(String message, Throwable cause) Constructs a new parse exception with the specified detail message and cause.protectedParseException(Throwable cause) Constructs a new parse exception with the specified cause. -
Method Summary
Methods inherited from class 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
-