Class UndefinedValueException

All Implemented Interfaces:
Serializable

public class UndefinedValueException extends UsrException

An UndefinedValueException is thrown when a value for a register is looked up that is undefined.

See Also:
  • Constructor Details

    • UndefinedValueException

      public UndefinedValueException()
      construct a new UndefinedValueException with no message.
    • UndefinedValueException

      public UndefinedValueException(String message)
      constructs a new UndefinedValueException with a descriptive message.
      Parameters:
      message - the description of what went wrong.