Class PsyUndefinedException

All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable

@ErrorType("undefined") public class PsyUndefinedException extends PsyErrorException
The representation of the undefined error thrown by the operator accessing the dictionary by the absent key or by the interpreter failing to resolve the command name against the dictionary stack.
See Also:
  • Constructor Details

    • PsyUndefinedException

      public PsyUndefinedException()
      Constructs a new exception object with null as its detail message.
    • PsyUndefinedException

      public PsyUndefinedException(Throwable cause)
      Constructs a new exception object with the specified cause.
      Parameters:
      cause - the cause.