InstructionError

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

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