public class MathIllegalNumberException extends MathIllegalArgumentException
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Number |
argument
Requested.
|
protected static java.lang.Integer |
INTEGER_ZERO
Helper to avoid boxing warnings.
|
private static long |
serialVersionUID
Serializable version Id.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MathIllegalNumberException(Localizable pattern,
java.lang.Number wrong,
java.lang.Object... arguments)
Construct an exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Number |
getArgument() |
getContext, getLocalizedMessage, getMessageprotected static final java.lang.Integer INTEGER_ZERO
private static final long serialVersionUID
private final java.lang.Number argument
protected MathIllegalNumberException(Localizable pattern, java.lang.Number wrong, java.lang.Object... arguments)
pattern - Localizable pattern.wrong - Wrong number.arguments - Arguments.Copyright (c) 2003-2015 Apache Software Foundation