AvailRuntimeException

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
constructor(errorCode: AvailErrorCode)

Construct a new AvailRuntimeException with the specified error code.

constructor(errorCode: AvailErrorCode, cause: Throwable)

Construct a new AvailRuntimeException with the specified error code and cause.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open override val message: String
Link copied to clipboard

Answer the numeric error code as an Avail.

Link copied to clipboard

Produce a String representation of the stack trace captured in this Throwable.

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
Link copied to clipboard
Link copied to clipboard