VariableSetException

VariableSetException is thrown when AvailObject.setValue fails for any reason.

Author

Todd L Smith

Constructors

Link copied to clipboard
constructor(errorCode: AvailErrorCode)

Construct a new VariableSetException.

constructor(errorCode: AvailErrorCode, cause: Throwable)

Construct a new VariableSetException.

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