| 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
|