ArithmeticError
Module | ejs |
Namespace | intrinsic |
Definition | dynamic class ArithmeticError |
Specified | Ejs-11. |
Inheritance | ArithmeticError ![]() ![]() |
Arithmetic error exception class.
Thrown when the system cannot perform an arithmetic operation, e.g. on divide by zero.
Properties
Qualifiers | Property | Type | Description |
---|---|---|---|
No properties defined |
ArithmeticError Methods
Qualifiers | Method |
---|---|
ArithmeticError(message: String) | |
ArithmeticError constructor. |
Method Detail
ArithmeticError(message: String)
ArithmeticError constructor.
- Parameters
message: String Message to use when defining the Error.message property