Packageaway3d.errors
Classpublic class AbstractMethodError
InheritanceAbstractMethodError Inheritance Error

AbstractMethodError is thrown when an abstract method is called. The method in question should be overridden by a concrete subclass.

Public Methods
 MethodDefined by
  
AbstractMethodError
(message:String = null, id:int = 0)
Create a new AbstractMethodError.
AbstractMethodError
Constructor detail
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.
Init Parameters
Wiki link
Click to go to the wiki page for 'away3d.errors.AbstractMethodError'

Code examples

Comments