Class EvaluationException

  • All Implemented Interfaces:
    Serializable

    public class EvaluationException
    extends Exception
    This exception is thrown when a plugin tried to evaluate an expression that fails.
    See Also:
    Serialized Form
    • Constructor Detail

      • EvaluationException

        public EvaluationException​(String expression,
                                   Throwable cause)
        Create a new exception.
        Parameters:
        expression - the expression that failed
        cause - the failure
    • Method Detail

      • getExpression

        public String getExpression()
        Get the expression.
        Returns:
        expression