|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math.exception.MathIllegalArgumentException
org.apache.commons.math.exception.MathIllegalNumberException
org.apache.commons.math.exception.NotFiniteNumberException
public class NotFiniteNumberException
Exception to be thrown when a number is not finite.
| Constructor Summary | |
|---|---|
NotFiniteNumberException(Localizable specific,
java.lang.Number wrong,
java.lang.Object... args)
Construct the exception with a specific context. |
|
NotFiniteNumberException(java.lang.Number wrong,
java.lang.Object... args)
Construct the exception. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.commons.math.exception.MathIllegalNumberException |
|---|
getArgument |
| Methods inherited from class org.apache.commons.math.exception.MathIllegalArgumentException |
|---|
getContext, getLocalizedMessage, getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotFiniteNumberException(java.lang.Number wrong,
java.lang.Object... args)
wrong - Value that is infinite or NaN.args - Optional arguments.
public NotFiniteNumberException(Localizable specific,
java.lang.Number wrong,
java.lang.Object... args)
specific - Specific context pattern.wrong - Value that is infinite or NaN.args - Optional arguments.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||