public class MathIllegalNumberException extends MathIllegalArgumentException
Modifier and Type | Field and Description |
---|---|
protected static Integer |
INTEGER_ZERO
Helper to avoid boxing warnings.
|
Modifier | Constructor and Description |
---|---|
protected |
MathIllegalNumberException(Localizable pattern,
Number wrong,
Object... arguments)
Construct an exception.
|
Modifier and Type | Method and Description |
---|---|
Number |
getArgument() |
getContext, getLocalizedMessage, getMessage
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 © 2003–2016 The Apache Software Foundation. All rights reserved.