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 classBackingStorageExceptionException indicating a backing storage failure.classImplementationMismatchExceptionException indicating a different implementation of the apfloat SPI being used in two operands of a calculation.classRadixMismatchExceptionException indicating a different radix being used in two operands of a calculation.classTransformLengthExceededExceptionException 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.FileStorageDiskDataStorage. createFileStorage()private static voidDiskDataStorage. forceFreeFileStorage()private static voidDiskDataStorage. referenceFileStorage(DiskDataStorage.FileStorage fileStorage)
-