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