|
||||||||||
| 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
public class MathConfigurationException
Signals a configuration problem with any of the factory methods.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Serializable version identifier |
| Constructor Summary | |
|---|---|
MathConfigurationException()
Default constructor. |
|
MathConfigurationException(java.lang.String message)
Construct an exception with the given message. |
|
MathConfigurationException(java.lang.String message,
java.lang.Throwable throwable)
Construct an exception with the given message and root cause. |
|
MathConfigurationException(java.lang.Throwable throwable)
Construct an exception with the given root cause. |
|
| Method Summary |
|---|
| 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 |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public MathConfigurationException()
public MathConfigurationException(java.lang.String message)
message - message describing the problem
public MathConfigurationException(java.lang.String message,
java.lang.Throwable throwable)
message - message describing the problemthrowable - caught exception causing this problempublic MathConfigurationException(java.lang.Throwable throwable)
throwable - caught exception causing this problem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||