Packageorg.spicefactory.lib.errors
Classpublic class IllegalStateError
InheritanceIllegalStateError Inheritance NestedError Inheritance Error

Error thrown when a method has been invoked while the target instance was in an inappropiate state.



Public Properties
 PropertyDefined by
 Inheritedcause : Error
The cause of this Error, may be null.
NestedError
Public Methods
 MethodDefined by
  
IllegalStateError(message:String = "", cause:Error = null, id:int = 0)
Creates a new instance.
IllegalStateError
Constructor detail
IllegalStateError()constructor
public function IllegalStateError(message:String = "", cause:Error = null, id:int = 0)

Creates a new instance.

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