ArithmeticError
ArithmeticError
&reftitle.intro;
ArithmeticError is thrown when
an error occurs while performing mathematical operations.
These errors include attempting to perform a bitshift by a negative
amount, and any call to intdiv that would result in a
value outside the possible bounds of an int.
&reftitle.classsynopsis;
ArithmeticError
ArithmeticError
extends
Error
&InheritedProperties;
&InheritedMethods;