| Package | org.spicefactory.lib.errors |
| Class | public class AbstractMethodError |
| Inheritance | AbstractMethodError NestedError Error |
| Method | Defined By | ||
|---|---|---|---|
AbstractMethodError(message:String = null, cause:Error = null, id:int = 0)
Creates a new instance. | AbstractMethodError | ||
| AbstractMethodError | () | Constructor |
public function AbstractMethodError(message:String = null, cause:Error = null, id:int = 0)Creates a new instance.
Parametersmessage:String (default = null) — the error message
| |
cause:Error (default = null) — the cause of this Error
| |
id:int (default = 0) — an optional reference number
|