Class ExpressionNotFoundException

All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • ExpressionNotFoundException

      public ExpressionNotFoundException()
    • ExpressionNotFoundException

      public ExpressionNotFoundException(String message, Throwable cause)
    • ExpressionNotFoundException

      public ExpressionNotFoundException(String message)
    • ExpressionNotFoundException

      public ExpressionNotFoundException(Throwable cause)