Class ExpressionEvaluationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExpressionEvaluationException
    extends java.lang.RuntimeException
    Error during evaluation of expression.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ExpressionEvaluationException​(java.lang.String expression, java.lang.Throwable cause)
      Instantiates a new expression evaluation exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExpression()
      Gets the expression that failed evaluation.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExpressionEvaluationException

        public ExpressionEvaluationException​(java.lang.String expression,
                                             java.lang.Throwable cause)
        Instantiates a new expression evaluation exception.
        Parameters:
        expression - the expression to be evaluated
        cause - the root cause
    • Method Detail

      • getExpression

        public java.lang.String getExpression()
        Gets the expression that failed evaluation.
        Returns:
        the expression that failed evaluation