View source
class BigIntException
package haxe.math.bigint
extends Exception
Available on all platforms
An exception thrown for errors during BigInt
operations.
It wraps a BigIntError
value to provide specific details.
Constructor
new(error:BigIntError, ?previous:Exception)
Creates a new BigIntException
.
Parameters:
error | The specific |
---|---|
previous | An optional previous exception in a chain. |