Class ExpressionRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.googlecode.aviator.exception.ExpressionRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CompareNotSupportedException, CompileExpressionErrorException, ExpressionNotFoundException, FunctionNotFoundException, LoadScriptFailureException, NoSuchPropertyException, TimeoutException

public class ExpressionRuntimeException extends RuntimeException
Expression runtime exception
See Also:
  • Field Details

  • Constructor Details

    • ExpressionRuntimeException

      public ExpressionRuntimeException()
    • ExpressionRuntimeException

      public ExpressionRuntimeException(String message, Throwable cause)
    • ExpressionRuntimeException

      public ExpressionRuntimeException(String message)
    • ExpressionRuntimeException

      public ExpressionRuntimeException(Throwable cause)