StateError
Module | ejs |
Definition | dynamic class StateError |
Inheritance | StateError ![]() ![]() |
Specified | ejscript-2.5 |
Stability | Evolving. |
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
Qualifiers | Method |
---|
StateError Instance Methods
Qualifiers | Method |
---|---|
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]