public class MathArithmeticException extends ArithmeticException implements ExceptionContextProvider
ArithmeticException
, but must also provide a localized
message.Constructor and Description |
---|
MathArithmeticException()
Default constructor.
|
MathArithmeticException(Localizable pattern,
Object... args)
Constructor with a specific message.
|
Modifier and Type | Method and Description |
---|---|
ExceptionContext |
getContext()
Gets a reference to the "rich context" data structure that allows to
customize error messages and store key, value pairs in exceptions.
|
String |
getLocalizedMessage() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MathArithmeticException()
public MathArithmeticException(Localizable pattern, Object... args)
pattern
- Message pattern providing the specific context of
the error.args
- Arguments.public ExceptionContext getContext()
getContext
in interface ExceptionContextProvider
public String getMessage()
getMessage
in class Throwable
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.