public class ParseException extends VectorEditingException
code, formatString, messageKey
Modifier | Constructor and Description |
---|---|
|
ParseException()
Constructor to be used in rare cases, usually you must create a new child
exception class for each case.
|
|
ParseException(java.lang.Exception cause)
Constructor to be used in rare cases, usually you must create a new child
exception class for each case.
|
protected |
ParseException(java.lang.String message,
java.lang.String key,
long code) |
protected |
ParseException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String key,
long code) |
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, values
public ParseException()
public ParseException(java.lang.Exception cause)
Don't use this constructor in child classes.
cause
- the original cause of the exceptionprotected ParseException(java.lang.String message, java.lang.String key, long code)
message
- the default messageFormat to describe the exceptionkey
- the key to use to search a localized messageFormnatacode
- the unique code to identify the exceptionBaseException#BaseException(String, String, long).
protected ParseException(java.lang.String message, java.lang.Throwable cause, java.lang.String key, long code)
message
- the default messageFormat to describe the exceptioncause
- the original cause of the exceptionkey
- the key to use to search a localized messageFormnatacode
- the unique code to identify the exceptionBaseException#BaseException(String, Throwable, String, long).