ArithmeticError
Module | ejs |
Definition | dynamic class ArithmeticError |
Inheritance | ArithmeticError ![]() ![]() |
Specified | ejscript-2.5 |
Stability | Evolving 8. |
Arithmetic error exception class.
Thrown when the system cannot perform an arithmetic or math operation,.
Properties
(No own properties defined)
ArithmeticError Class Methods
Qualifiers | Method |
---|
ArithmeticError Instance Methods
Qualifiers | Method |
---|---|
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]