Interface ApfloatLocalizedException
- All Known Implementing Classes:
ApfloatArithmeticException, ApfloatConfigurationException, ApfloatInternalException, ApfloatInterruptedException, ApfloatRuntimeException, BackingStorageException, ImplementationMismatchException, InfiniteExpansionException, LossOfPrecisionException, NumericComputationException, OverflowException, RadixMismatchException, TransformLengthExceededException
public interface ApfloatLocalizedException
Interface for exceptions that have localized messages.
- Since:
- 1.15.0
- Version:
- 1.15.0
- Author:
- Mikko Tommila
-
Method Details
-
getLocalizedMessage
Returns the localized detail message.- Returns:
- The localized detail message.
-
getMessage
String getMessage()Returns the detail message string of this throwable.- Returns:
- The detail message string of this
Throwableinstance (which may benull).
-
getLocalizationKey
-
getLocalizationArgs
Object[] getLocalizationArgs()Returns the localization arguments.- Returns:
- The localization arguments.
-