|
||||||||||
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(Localizable pattern,
Object... arguments)
Constructs an exception with specified formatted detail message. |
|
MathConfigurationException(String pattern,
Object... arguments)
Constructs an exception with specified formatted detail message. |
|
MathConfigurationException(Throwable cause)
Create an exception with a given root cause. |
|
MathConfigurationException(Throwable cause,
Localizable pattern,
Object... arguments)
Constructs an exception with specified formatted detail message and root cause. |
|
MathConfigurationException(Throwable cause,
String pattern,
Object... arguments)
Constructs an exception with specified formatted detail message and root cause. |
Method Summary |
---|
Methods inherited from class org.apache.commons.math.MathException |
---|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, 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(String pattern, Object... arguments)
MessageFormat
.
pattern
- format specifierarguments
- format argumentspublic MathConfigurationException(Localizable pattern, Object... arguments)
MessageFormat
.
pattern
- format specifierarguments
- format argumentspublic MathConfigurationException(Throwable cause)
cause
- the exception or error that caused this exception to be thrownpublic MathConfigurationException(Throwable cause, String pattern, Object... arguments)
MessageFormat
.
cause
- the exception or error that caused this exception to be thrownpattern
- format specifierarguments
- format argumentspublic MathConfigurationException(Throwable cause, Localizable pattern, Object... arguments)
MessageFormat
.
cause
- the exception or error that caused this exception to be thrownpattern
- format specifierarguments
- format arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |