public class ExpressionVisitorException extends RuntimeException
Constructor and Description |
---|
ExpressionVisitorException()
Creates a new expression visitor exception.
|
ExpressionVisitorException(String message)
Creates a new expression visitor exception.
|
ExpressionVisitorException(String message,
Throwable cause)
Creates a new expression visitor exception.
|
ExpressionVisitorException(Throwable cause)
Creates a new expression visitor exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExpressionVisitorException()
public ExpressionVisitorException(String message)
message
- a message that describes what happenedpublic ExpressionVisitorException(String message, Throwable cause)
message
- a message that describes what happenedcause
- the cause of the exceptionpublic ExpressionVisitorException(Throwable cause)
cause
- the cause of the exception