Avail Unsupported Operation Exception
class AvailUnsupportedOperationException(descriptorClass: Class<out AbstractDescriptor>, messageName: String) : RuntimeException
Content copied to clipboard
An AvailUnsupportedOperationException is thrown whenever an Avail object's descriptor is asked to perform an unsupported operation.
Author
Todd L Smith
Parameters
descriptor Class
The descriptor's class.
message Name
The name of the unsupported operation.
Constructors
Link copied to clipboard
fun AvailUnsupportedOperationException(descriptorClass: Class<out AbstractDescriptor>, messageName: String)
Content copied to clipboard
Construct a new AvailUnsupportedOperationException.
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