public abstract class LanguageException extends Exception
| Constructor and Description |
|---|
LanguageException(String message)
Creates a new expression-language exception with explanation message.
|
LanguageException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
LanguageException(Throwable cause)
Creates a new expression-language exception caused by another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LanguageException(Throwable cause)
cause - exception that caused this exceptionpublic LanguageException(String message)
message - string containing explanation for this exceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.