InternalError

Moduleejs
Namespaceintrinsic
Definitiondynamic class InternalError
SpecifiedEjs-11.
InheritanceInternalError inherit Error inherit Object

Internal error exception class.

Thrown when some error occurs in the virtual machine.


Properties

QualifiersPropertyTypeDescription
No properties defined

InternalError Methods

QualifiersMethod
InternalError(message: String)
 InternalError constructor.

Method Detail

InternalError(message: String)

InternalError constructor.

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