Packagestarling.errors
Classpublic class AbstractMethodError
InheritanceAbstractMethodError Inheritance Error

An AbstractMethodError is thrown when you attempt to call an abstract method.



Public Methods
 MethodDefined By
  
AbstractMethodError(message:* = Method needs to be implemented in subclass, id:* = 0)
Creates a new AbstractMethodError object.
AbstractMethodError
Constructor Detail
AbstractMethodError()Constructor
public function AbstractMethodError(message:* = Method needs to be implemented in subclass, id:* = 0)

Creates a new AbstractMethodError object.

Parameters
message:* (default = Method needs to be implemented in subclass)
 
id:* (default = 0)