org.apache.commons.math3.exception
public class MathIllegalNumberException extends MathIllegalArgumentException
Modifier and Type | Field and Description |
---|---|
private Number |
argument
Requested.
|
private static long |
serialVersionUID
Serializable version Id.
|
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
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
private final Number argument
protected MathIllegalNumberException(Localizable pattern, Number wrong, Object... arguments)
pattern
- Localizable pattern.wrong
- Wrong number.arguments
- Arguments.public Number getArgument()
Copyright (c) 2003-2013 Apache Software Foundation