Serializable, LocalizedExceptionMathRuntimeException@Deprecated public class MathArithmeticException extends MathRuntimeException
ArithmeticException, but must also provide a localized
message.| Constructor | Description |
|---|---|
MathArithmeticException() |
Deprecated.
Default constructor.
|
MathArithmeticException(Localizable pattern,
Object... args) |
Deprecated.
Constructor with a specific message.
|
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifierclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MathArithmeticException()
public MathArithmeticException(Localizable pattern, Object... args)
pattern - Message pattern providing the specific context of
the error.args - Arguments.Copyright © 2016–2018 Hipparchus.org. All rights reserved.