Avail Unsupported Operation Exception
class AvailUnsupportedOperationException(descriptorClass: Class<out AbstractDescriptor>, messageName: String) : RuntimeException
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.