InstructionError
Module | ejs |
Definition | dynamic class InstructionError |
Inheritance | InstructionError ![]() ![]() |
Specified | ejscript-2.5 |
Stability | Evolving. |
Code (instruction) error exception class.
Thrown when an illegal or insecure operation code is detected in the instruction stream.
Properties
(No own properties defined)
InstructionError Class Methods
Qualifiers | Method |
---|
InstructionError Instance Methods
Qualifiers | Method |
---|---|
InstructionError(message: String = null) | |
InstructionError constructor. |
Method Detail
InstructionError(message: String = null)
- Description
- InstructionError constructor.
- Parameters
message: String Message to use when defining the Error.message property. [default: null]