TypeError

Moduleejs
Definitiondynamic class TypeError
InheritanceTypeError inherit Error inherit Object
StabilityEvolving.

Type error exception class.

Thrown when a type casting or creation operation fails, e.g. when an operand cannot be cast to a required parameter type.


Properties

(No own properties defined)


TypeError Class Methods

(No own class methods defined)

QualifiersMethod

TypeError Instance Methods

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

Method Detail

TypeError(message: String = null)
Description
TypeError constructor.
Parameters
message: String Message to use when defining the Error.message property. [default: null]