public class ExpressionEvaluationException extends RuntimeException
Exception
is thrown when evaluating an expression.Constructor and Description |
---|
ExpressionEvaluationException(Throwable cause)
Creates a new instance with the given cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExpressionEvaluationException(Throwable cause)
cause
- the exception which occurred.Copyright © 2018. All rights reserved.