org.opensourcephysics.numerics
Class ODESolverException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.opensourcephysics.numerics.ODESolverException
All Implemented Interfaces:
java.io.Serializable

public class ODESolverException
extends java.lang.RuntimeException

Signals that a numerical error occured within an ODE solver.

See Also:
Serialized Form

Constructor Summary
ODESolverException()
           
ODESolverException(java.lang.String msg)
           
 
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

ODESolverException

public ODESolverException()

ODESolverException

public ODESolverException(java.lang.String msg)