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
public class ParseException extends MimeException
This exception is thrown when parse errors are encountered.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedParseException(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 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ParseException
protected ParseException(String message)
Constructs a new parse exception with the specified detail message.- Parameters:
message- detail message
-
ParseException
protected ParseException(Throwable cause)
Constructs a new parse exception with the specified cause.- Parameters:
cause- the cause
-
-