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