public class MathIllegalNumberException extends MathIllegalArgumentException
| Modifier and Type | Field and Description | 
|---|---|
| protected static Integer | INTEGER_ZEROHelper 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, getMessageaddSuppressed, 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 © 2003–2016 The Apache Software Foundation. All rights reserved.