StateError

Moduleejs
Definitiondynamic class StateError
InheritanceStateError inherit Error inherit Object
Specifiedejscript-2.5
StabilityEvolving.

State error exception class.

Thrown when an object cannot be transitioned from its current state to the desired state.


Properties

(No own properties defined)


StateError Class Methods

(No own class methods defined)

QualifiersMethod

StateError Instance Methods

QualifiersMethod
StateError(message: String = null)
 StateError constructor.

Method Detail

StateError(message: String = null)
Description
StateError constructor.
Parameters
message: String Message to use when defining the Error.message property. [default: null]