public class TransformLengthExceededException extends ApfloatInternalException
This exception indicates a mathematical limitation. The exact maximum transform length depends on the apfloat implementation.
Constructor and Description |
---|
TransformLengthExceededException()
Constructs a new apfloat transform length exceeded exception with an empty detail message.
|
TransformLengthExceededException(String message)
Constructs a new apfloat transform length exceeded exception with the specified detail message.
|
TransformLengthExceededException(String message,
Throwable cause)
Constructs a new apfloat transform length exceeded exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransformLengthExceededException()
public TransformLengthExceededException(String message)
message
- The detail message.Copyright © 2019. All rights reserved.