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)

Create a new AbstractMethodError.

Parameters
message:String (default = null) — An optional message to override the default error message.
 
id:int (default = 0) — The id of the error.