Uses of Class
org.apfloat.internal.ApfloatInternalException
-
Packages that use ApfloatInternalException Package Description org.apfloat.internal Default implementations of the apfloat Service Provider Interface (SPI). -
-
Uses of ApfloatInternalException in org.apfloat.internal
Subclasses of ApfloatInternalException in org.apfloat.internal Modifier and Type Class Description class
BackingStorageException
Exception indicating a backing storage failure.class
ImplementationMismatchException
Exception indicating a different implementation of the apfloat SPI being used in two operands of a calculation.class
RadixMismatchException
Exception indicating a different radix being used in two operands of a calculation.class
TransformLengthExceededException
Exception indicating that the "size" of the numbers used in a multiplication is too large.Methods in org.apfloat.internal that throw ApfloatInternalException Modifier and Type Method Description private static DiskDataStorage.FileStorage
DiskDataStorage. createFileStorage()
private static void
DiskDataStorage. forceFreeFileStorage()
private static void
DiskDataStorage. referenceFileStorage(DiskDataStorage.FileStorage fileStorage)
-