Avail Runtime Exception
AvailRuntimeException is the root of the hierarchy of runtime exception that are specific to the implementation of AvailObject and its numerous primitive operations.
Author
Mark van Gulik
Inheritors
Constructors
Link copied to clipboard
Construct a new AvailRuntimeException with the specified error code.
Construct a new AvailRuntimeException with the specified error code and cause.
Properties
Link copied to clipboard
The error code.
Link copied to clipboard
Answer the numeric error code as an Avail.
Link copied to clipboard