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