Package | away3d.errors |
Class | public class AbstractMethodError |
Inheritance | AbstractMethodError Error |
Method | Defined by | ||
---|---|---|---|
AbstractMethodError
(message:String = null, id:int = 0)
Create a new AbstractMethodError.
| AbstractMethodError |
AbstractMethodError | () | constructor |
public function AbstractMethodError(message:String = null, id:int = 0)
Parameters
message:String (default = null ) — An optional message to override the default error message.
|
|
id:int (default = 0 ) — The id of the error.
|