public class ParsingException extends ControllerException
| Constructor and Description |
|---|
ParsingException(ExceptionKey key,
java.lang.Throwable cause,
java.lang.Object... args)
Constructor.
|
ParsingException(java.lang.Throwable cause)
Constructor.
|
getCause, getErrorId, getErrorNumber, getLocalizedMessage, getMessage, initpublic ParsingException(java.lang.Throwable cause)
cause - The root cause of the exception.public ParsingException(ExceptionKey key, java.lang.Throwable cause, java.lang.Object... args)
key - Key to the resource bundle messagecause - root causeargs - message arguments.