|
||||||||||
| 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.
| Constructor Summary | |
|---|---|
MathConfigurationException()
Default constructor. |
|
MathConfigurationException(java.lang.String message)
Deprecated. as of 1.2, replaced by MathConfigurationException(String, Object[]) |
|
MathConfigurationException(java.lang.String pattern,
java.lang.Object[] arguments)
Constructs an exception with specified formatted detail message. |
|
MathConfigurationException(java.lang.String pattern,
java.lang.Object[] arguments,
java.lang.Throwable cause)
Constructs an exception with specified formatted detail message and root cause. |
|
MathConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Deprecated. as of 1.2, replaced by MathConfigurationException(String, Object[], Throwable) |
|
MathConfigurationException(java.lang.Throwable cause)
Create an exception with a given root cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.commons.math.MathException |
|---|
getArguments, getCause, getMessage, getPattern, 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 |
| Constructor Detail |
|---|
public MathConfigurationException()
public MathConfigurationException(java.lang.String message)
MathConfigurationException(String, Object[])
message - descriptive error message
public MathConfigurationException(java.lang.String pattern,
java.lang.Object[] arguments)
MessageFormat.
pattern - format specifierarguments - format arguments
public MathConfigurationException(java.lang.String message,
java.lang.Throwable cause)
MathConfigurationException(String, Object[], Throwable)
message - descriptive error messagecause - the exception or error that caused this exception to be thrownpublic MathConfigurationException(java.lang.Throwable cause)
cause - the exception or error that caused this exception to be thrown
public MathConfigurationException(java.lang.String pattern,
java.lang.Object[] arguments,
java.lang.Throwable cause)
MessageFormat.
pattern - format specifierarguments - format argumentscause - the exception or error that caused this exception to be thrown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||