Serializable, LocalizedExceptionDimensionMismatchException, NonMonotonicSequenceException, NotANumberException, NotFiniteNumberException, NumberIsTooLargeException, NumberIsTooSmallException, OutOfRangeException, ZeroExceptionMathIllegalArgumentException@Deprecated public class MathIllegalNumberException extends MathIllegalArgumentException
| Modifier and Type | Field | Description |
|---|---|---|
protected static Integer |
INTEGER_ZERO |
Deprecated.
Helper to avoid boxing warnings.
|
| Modifier | Constructor | Description |
|---|---|---|
protected |
MathIllegalNumberException(Localizable pattern,
Number wrong,
Object... arguments) |
Deprecated.
Construct an exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
Number |
getArgument() |
Deprecated.
|
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, toStringprotected static final Integer INTEGER_ZERO
protected MathIllegalNumberException(Localizable pattern, Number wrong, Object... arguments)
pattern - Localizable pattern.wrong - Wrong number.arguments - Arguments.public Number getArgument()
Copyright © 2016–2018 Hipparchus.org. All rights reserved.