Avail Exception
open class AvailException(val errorCode: AvailErrorCode, cause: Throwable? = null) : Exception
Content copied to clipboard
AvailException is the root of the hierarchy of exceptions that are specific to the implementation of AvailObject and its numerous primitive operations.
Author
Todd L Smith
Parameters
Constructors
Link copied to clipboard
Construct the AvailException.
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Answer the numeric error code as an Avail.
Link copied to clipboard
Link copied to clipboard