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