InstructionError

Moduleejs
Namespaceintrinsic
Definitiondynamic class InstructionError
SpecifiedEjs-11.
InheritanceInstructionError inherit Error inherit Object

Code (instruction) error exception class.

Thrown when an illegal or insecure operation code is detected in the instruction stream.


Properties

QualifiersPropertyTypeDescription
No properties defined

InstructionError Methods

QualifiersMethod
InstructionError(message: String)
 InstructionError constructor.

Method Detail

InstructionError(message: String)

InstructionError constructor.

Parameters
message: String Message to use when defining the Error.message property