ArithmeticError

Moduleejs
Definitiondynamic class ArithmeticError
InheritanceArithmeticError inherit Error inherit Object
Specifiedejscript-1.1
StabilityEvolving.

Arithmetic error exception class.

Thrown when the system cannot perform an arithmetic operation,.


Properties

QualifiersPropertyTypeDescription
No properties defined

ArithmeticError Methods

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

Method Detail

public ArithmeticError(message: String = null)

ArithmeticError constructor.

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