Class ExprUndefException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VariableNotBoundException

public class ExprUndefException extends ExprEvalException
Exception for an undefined expression (including unbound variable)
See Also:
  • Constructor Details

    • ExprUndefException

      public ExprUndefException()
    • ExprUndefException

      public ExprUndefException(Throwable cause)
    • ExprUndefException

      public ExprUndefException(String msg)
    • ExprUndefException

      public ExprUndefException(String msg, Throwable cause)