Packageorg.granite.math
Classpublic class BigNumberError
InheritanceBigNumberError Inheritance Error
SubclassesArithmeticError, IllegalArgumentError, NumberFormatError

This error is the base class of all GraniteDS math errors. It may be thrown itself when a low level problem is detected (assertion failed).



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

Constructs a new BigNumberError

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