org.apache.commons.math3.exception
public class NotFiniteNumberException extends MathIllegalNumberException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serializable version Id.
|
Constructor and Description |
---|
NotFiniteNumberException(Localizable specific,
Number wrong,
Object... args)
Construct the exception with a specific context.
|
NotFiniteNumberException(Number wrong,
Object... args)
Construct the exception.
|
getArgument
getContext, getLocalizedMessage, getMessage
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public NotFiniteNumberException(Number wrong, Object... args)
wrong
- Value that is infinite or NaN.args
- Optional arguments.public NotFiniteNumberException(Localizable specific, Number wrong, Object... args)
specific
- Specific context pattern.wrong
- Value that is infinite or NaN.args
- Optional arguments.Copyright (c) 2003-2013 Apache Software Foundation