Packageorg.spicefactory.lib.errors
Classpublic class AbstractMethodError
InheritanceAbstractMethodError Inheritance NestedError Inheritance Error

Error thrown when a (pseudo-) abstract method gets invoked.



Public Properties
 PropertyDefined By
 Inheritedcause : Error
[read-only] The cause of this Error, may be null.
NestedError
Public Methods
 MethodDefined By
  
AbstractMethodError(message:String = null, cause:Error = null, id:int = 0)
Creates a new instance.
AbstractMethodError
Constructor Detail
AbstractMethodError()Constructor
public function AbstractMethodError(message:String = null, cause:Error = null, id:int = 0)

Creates a new instance.

Parameters
message:String (default = null) — the error message
 
cause:Error (default = null) — the cause of this Error
 
id:int (default = 0) — an optional reference number