| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.apache.commons.math.MathException org.apache.commons.math.MathConfigurationException
MathConfigurationException | public class MathConfigurationException extends MathException implements Serializable(Code) | | Signals a configuration problem with any of the factory methods.
version: $Revision: 348519 $ $Date: 2005-11-23 12:12:18 -0700 (Wed, 23 Nov 2005) $ |
MathConfigurationException | public MathConfigurationException()(Code) | | Default constructor.
|
MathConfigurationException | public MathConfigurationException(String message)(Code) | | Construct an exception with the given message.
Parameters: message - message describing the problem |
MathConfigurationException | public MathConfigurationException(String message, Throwable throwable)(Code) | | Construct an exception with the given message and root cause.
Parameters: message - message describing the problem Parameters: throwable - caught exception causing this problem |
MathConfigurationException | public MathConfigurationException(Throwable throwable)(Code) | | Construct an exception with the given root cause.
Parameters: throwable - caught exception causing this problem |
|
|
|