| 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)Create a new AbstractMethodError.
Parametersmessage:String (default = null) — An optional message to override the default error message.
| |
id:int (default = 0) — The id of the error.
|