public class InfiniteExpansionException extends ApfloatRuntimeException
For example, new Apfloat(2).divide(new Apfloat(3))
, in radix 10.
Constructor and Description |
---|
InfiniteExpansionException()
Constructs a new apfloat infinite expansion exception with an empty detail message.
|
InfiniteExpansionException(String message)
Constructs a new apfloat infinite expansion exception with the specified detail message.
|
InfiniteExpansionException(String message,
Throwable cause)
Constructs a new apfloat infinite expansion exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InfiniteExpansionException()
public InfiniteExpansionException(String message)
message
- The detail message.Copyright © 2018. All rights reserved.