org.apache.commons.math
Class MathConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.math.MathException
              extended by org.apache.commons.math.MathConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class MathConfigurationException
extends MathException
implements java.io.Serializable

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) $
See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
Serializable version identifier

See Also:
Constant Field Values
Constructor Detail

MathConfigurationException

public MathConfigurationException()
Default constructor.


MathConfigurationException

public MathConfigurationException(java.lang.String message)
Construct an exception with the given message.

Parameters:
message - message describing the problem

MathConfigurationException

public MathConfigurationException(java.lang.String message,
                                  java.lang.Throwable throwable)
Construct an exception with the given message and root cause.

Parameters:
message - message describing the problem
throwable - caught exception causing this problem

MathConfigurationException

public MathConfigurationException(java.lang.Throwable throwable)
Construct an exception with the given root cause.

Parameters:
throwable - caught exception causing this problem