Packageorg.granite.math
Classpublic class ArithmeticError
InheritanceArithmeticError Inheritance BigNumberError Inheritance Error

This error is thrown whenever a big number calculation fails (such as n / 0).



Public Methods
 MethodDefined by
  
ArithmeticError(message:*, id:* = 0)
Constructs a new ArithmeticError
ArithmeticError
Constructor detail
ArithmeticError()constructor
public function ArithmeticError(message:*, id:* = 0)

Constructs a new ArithmeticError

Parameters
message:* — the message of this error.
 
id:* (default = 0) — the numeric code of this error.