ArithmeticError

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

Arithmetic error exception class.

Thrown when the system cannot perform an arithmetic or math operation,.


Properties

(No own properties defined)


ArithmeticError Class Methods

(No own class methods defined)

QualifiersMethod

ArithmeticError Instance Methods

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

Method Detail

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