de.grogra.numeric
Class NumericException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
NumericException()
           
NumericException(java.lang.String message)
           
NumericException(java.lang.String message, java.lang.Throwable cause)
           
NumericException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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)