|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.lang.exception.NestableException
org.apache.commons.math.MathException
A generic exception indicating problems in the math package.
Field Summary |
Fields inherited from class org.apache.commons.lang.exception.NestableException |
delegate |
Constructor Summary | |
MathException()
Constructs a MathException |
|
MathException(String message)
Create an exception with a given error message. |
|
MathException(String message,
Throwable throwable)
Create an exception with a given error message and root cause. |
|
MathException(Throwable throwable)
Create an exception with a given root cause. |
Methods inherited from class org.apache.commons.lang.exception.NestableException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MathException()
public MathException(String message)
message
- message describing the problempublic MathException(String message, Throwable throwable)
message
- message describing the problemthrowable
- caught exception causing this problempublic MathException(Throwable throwable)
throwable
- caught exception causing this problem
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |