MathIllegalArgumentException
@Deprecated public class MathIllegalNumberException extends MathIllegalArgumentException
Modifier and Type | Field and Description |
---|---|
protected static Integer |
INTEGER_ZERO
Deprecated.
Helper to avoid boxing warnings.
|
Modifier | Constructor and Description |
---|---|
protected |
MathIllegalNumberException(Localizable pattern,
Number wrong,
Object... arguments)
Deprecated.
Construct an exception.
|
Modifier and Type | Method and Description |
---|---|
Number |
getArgument()
Deprecated.
|
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
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-2021 CS GROUP. All rights reserved.