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 protected
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
-
-
-
-
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
-
-