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