|
|||||||||||
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.math.MathException
org.apache.commons.math.MathConfigurationException
Signals a configuration problem with any of the factory methods.
Field Summary | |
(package private) static long |
serialVersionUID
Serializable version identifier |
Constructor Summary | |
MathConfigurationException()
Default constructor. |
|
MathConfigurationException(String message)
Construct an exception with the given message. |
|
MathConfigurationException(String message,
Throwable throwable)
Construct an exception with the given message and root cause. |
|
MathConfigurationException(Throwable throwable)
Construct an exception with the given root cause. |
Methods inherited from class org.apache.commons.math.MathException |
getCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
static final long serialVersionUID
Constructor Detail |
public MathConfigurationException()
public MathConfigurationException(String message)
message
- message describing the problempublic MathConfigurationException(String message, Throwable throwable)
message
- message describing the problemthrowable
- caught exception causing this problempublic MathConfigurationException(Throwable throwable)
throwable
- caught exception causing this problem
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |