AvailUnsupportedOperationException

An AvailUnsupportedOperationException is thrown whenever an Avail object's descriptor is asked to perform an unsupported operation.

Author

Todd L Smith

Parameters

descriptorClass
messageName

The name of the unsupported operation.

Constructors

Link copied to clipboard
constructor(descriptorClass: Class<out AbstractDescriptor>, messageName: String)

Construct a new AvailUnsupportedOperationException.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
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