Package cs2110
Class UnboundVariableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cs2110.UnboundVariableException
- All Implemented Interfaces:
Serializable
Indicates that a variable needed to be evaluated, but no value had been assigned to it.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new UnboundVariableException indicating that the variable `name` was evaluated but had no assigned value. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnboundVariableException
Create a new UnboundVariableException indicating that the variable `name` was evaluated but had no assigned value.
-
-
Method Details
-
name
Return the name of the unbound variable that lead to this exception.
-