| 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 (default = "") — the error message
|
|
cause:Error (default = null) — the cause of this Error
|
|
id:int (default = 0) — an optional reference number
|