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, toStringpublic ExpressionEvaluationException(Throwable cause)
cause - the exception which occurred.Copyright © 2018. All rights reserved.