InternalError

Moduleejs
Definitiondynamic class InternalError
InheritanceInternalError inherit Error inherit Object
Specifiedejscript-1.1
StabilityEvolving.

Internal error exception class.

Thrown when some error occurs in the virtual machine.


Properties

QualifiersPropertyTypeDescription
No properties defined

InternalError Methods

QualifiersMethod
InternalError(message: String = null)
 InternalError constructor.

Method Detail

public InternalError(message: String = null)

InternalError constructor.

Parameters
message: String Message to use when defining the Error.message property. [default: null]