de.grogra.numeric
Class NumericException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.grogra.numeric.NumericException
- All Implemented Interfaces:
- java.io.Serializable
public class NumericException
- extends java.lang.Exception
This exception is thrown when an error occurs during numerical integration.
- Author:
- Reinhard Hemmerling
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NumericException
public NumericException()
NumericException
public NumericException(java.lang.String message)
NumericException
public NumericException(java.lang.String message,
java.lang.Throwable cause)
NumericException
public NumericException(java.lang.Throwable cause)