ArithmeticError

Moduleejs
Namespaceintrinsic
Definitiondynamic class ArithmeticError
SpecifiedEjs-11.
InheritanceArithmeticError inherit Error inherit Object

Arithmetic error exception class.

Thrown when the system cannot perform an arithmetic operation, e.g. on divide by zero.


Properties

QualifiersPropertyTypeDescription
No properties defined

ArithmeticError Methods

QualifiersMethod
ArithmeticError(message: String)
 ArithmeticError constructor.

Method Detail

ArithmeticError(message: String)

ArithmeticError constructor.

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