public class ExpressionException extends RuntimeException
| Constructor and Description |
|---|
ExpressionException()
Initializes a new instance of the
ExpressionException class. |
ExpressionException(String message)
Initializes a new instance of the
ExpressionException class with a specified error message. |
ExpressionException(String message,
Throwable cause)
Initializes a new instance of the
ExpressionException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
ExpressionException(Throwable cause)
Initializes a new instance of the
ExpressionException class with a reference to the inner exception that is the cause of this exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExpressionException()
ExpressionException class.public ExpressionException(String message)
ExpressionException class with a specified error message.message - The error message that explains the reason for the exception.public ExpressionException(String message, Throwable cause)
ExpressionException class with a specified error message and a reference to the inner exception that is the cause of this exception.message - The error message that explains the reason for the exception.cause - The exception that is the cause of the current exception.public ExpressionException(Throwable cause)
ExpressionException class with a reference to the inner exception that is the cause of this exception.cause - The exception that is the cause of the current exception.Copyright © 2021. All rights reserved.