Package | org.as3coreaddendum.errors |
Class | public class UnsupportedOperationError |
Inheritance | UnsupportedOperationError ![]() |
Method | Defined By | ||
---|---|---|---|
UnsupportedOperationError(message:String = null)
Constructor, creates a new UnsupportedOperationError instance. | UnsupportedOperationError |
UnsupportedOperationError | () | Constructor |
public function UnsupportedOperationError(message:String = null)
Constructor, creates a new UnsupportedOperationError instance.
Parametersmessage:String (default = null ) — A string associated with the error object.
|