InstructionError

Moduleejs
Definitiondynamic class InstructionError
InheritanceInstructionError inherit Error inherit Object
Specifiedejscript-2.5
StabilityEvolving.

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

(No own class methods defined)

QualifiersMethod

InstructionError Instance Methods

QualifiersMethod
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]