Class UndefinedValueException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UndefinedValueException
    extends UsrException

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

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UndefinedValueException()
      construct a new UndefinedValueException with no message.
      UndefinedValueException​(java.lang.String message)
      constructs a new UndefinedValueException with a descriptive message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UndefinedValueException

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

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