public class ParseException extends MimeException
| Modifier | Constructor and 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected ParseException(String message)
message - detail messageprotected ParseException(Throwable cause)
cause - the causeCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.