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