org.apache.commons.math.ode
Class MultistepIntegrator.InitializationCompletedMarkerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.math.MathException
org.apache.commons.math.ode.DerivativeException
org.apache.commons.math.ode.MultistepIntegrator.InitializationCompletedMarkerException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- MultistepIntegrator
private static class MultistepIntegrator.InitializationCompletedMarkerException
- extends DerivativeException
Marker exception used ONLY to stop the starter integrator after first step.
Field Summary |
private static long |
serialVersionUID
Serializable version identifier. |
serialVersionUID
private static final long serialVersionUID
- Serializable version identifier.
- See Also:
- Constant Field Values
MultistepIntegrator.InitializationCompletedMarkerException
public MultistepIntegrator.InitializationCompletedMarkerException()
- Simple constructor.
Copyright (c) 2003-2010 Apache Software Foundation