Class ExpressionNotFoundException

All Implemented Interfaces:
Serializable

public class ExpressionNotFoundException extends ExpressionRuntimeException
Compiled expression not found exception.
Author:
dennis
See Also:
  • Constructor Details

    • ExpressionNotFoundException

      public ExpressionNotFoundException()
    • ExpressionNotFoundException

      public ExpressionNotFoundException(String message, Throwable cause)
    • ExpressionNotFoundException

      public ExpressionNotFoundException(String message)
    • ExpressionNotFoundException

      public ExpressionNotFoundException(Throwable cause)