Class VariableNotBoundException

All Implemented Interfaces:
Serializable

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

    • VariableNotBoundException

      public VariableNotBoundException()
    • VariableNotBoundException

      public VariableNotBoundException(Throwable cause)
    • VariableNotBoundException

      public VariableNotBoundException(String msg)
    • VariableNotBoundException

      public VariableNotBoundException(String msg, Throwable cause)