public class BackingStorageException extends ApfloatInternalException
For example, a large number can be stored on disk.
An IOException can be thrown in any of
the disk operations, for example if a file can't be
created, or if the disk is full.
| Constructor and Description |
|---|
BackingStorageException()
Constructs a new apfloat backing storage exception with an empty detail message.
|
BackingStorageException(String message)
Constructs a new apfloat backing storage exception with the specified detail message.
|
BackingStorageException(String message,
Throwable cause)
Constructs a new apfloat backing storage exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BackingStorageException()
public BackingStorageException(String message)
message - The detail message.Copyright © 2025. All rights reserved.