public class ApfloatInternalException extends ApfloatRuntimeException
IOException
can be thrown in any of the disk operations,
if e.g. a file can't be created, or if the disk is full.Constructor and Description |
---|
ApfloatInternalException()
Constructs a new apfloat internal exception with an empty detail message.
|
ApfloatInternalException(String message)
Constructs a new apfloat internal exception with the specified detail message.
|
ApfloatInternalException(String message,
Throwable cause)
Constructs a new apfloat internal exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ApfloatInternalException()
public ApfloatInternalException(String message)
message
- The detail message.Copyright © 2019. All rights reserved.