Packagevegas.errors
Classpublic class IllegalStateError
InheritanceIllegalStateError Inheritance Error

Signals that a method has been invoked at an illegal or inappropriate time.



Public Methods
 MethodDefined by
  
IllegalStateError(message:String = "", id:int = 0)
Creates a new IllegalStateError instance.
IllegalStateError
Constructor detail
IllegalStateError()constructor
public function IllegalStateError(message:String = "", id:int = 0)

Creates a new IllegalStateError instance.

Parameters
message:String (default = "") — A string associated with the IllegalStateError object ; this parameter is optional.
 
id:int (default = 0) — A reference number to associate with the specific error message.