public class ImplementationMismatchException extends ApfloatInternalException
Constructor and Description |
---|
ImplementationMismatchException()
Constructs a new apfloat implementation mismatch exception with an empty detail message.
|
ImplementationMismatchException(String message)
Constructs a new apfloat implementation mismatch exception with the specified detail message.
|
ImplementationMismatchException(String message,
Throwable cause)
Constructs a new apfloat implementation mismatch exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ImplementationMismatchException()
public ImplementationMismatchException(String message)
message
- The detail message.Copyright © 2017. All rights reserved.