Serializable
, LocalizedException
DimensionMismatchException
, NonMonotonicSequenceException
, NotANumberException
, NotFiniteNumberException
, NumberIsTooLargeException
, NumberIsTooSmallException
, OutOfRangeException
, ZeroException
MathIllegalArgumentException
@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, getSpecifier
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected 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.