InstructionError
| Module | ejs |
| Namespace | intrinsic |
| Definition | dynamic class InstructionError |
| Specified | Ejs-11. |
| Inheritance | InstructionError Error Object |
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) | |
| InstructionError constructor. |
Method Detail
InstructionError(message: String)
InstructionError constructor.
- Parameters
message: String Message to use when defining the Error.message property