Package jahuwaldt.tools.math
Class IntegratorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jahuwaldt.tools.math.IntegratorException
-
- All Implemented Interfaces:
java.io.Serializable
public class IntegratorException extends java.lang.Exception
Integrator routines may throw this exception when an error occurs.Modified by: Joseph A. Huwaldt
- Version:
- September 16, 2012
- Author:
- Joseph A. Huwaldt Date: October 27, 2004
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegratorException(java.lang.String msg)
Constructs a IntegratorException with the specified detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Returns a short description of the IntegratorException.
-
-
-
Constructor Detail
-
IntegratorException
public IntegratorException(java.lang.String msg)
Constructs a IntegratorException with the specified detail message. A detail message is a String that describes this particular exception.- Parameters:
msg
- The String containing a detail message
-
-
Method Detail
-
toString
public java.lang.String toString()
Returns a short description of the IntegratorException.- Overrides:
toString
in classjava.lang.Throwable
- Returns:
- Returns this exceptions message as a string.
-
-