org.apache.commons.math3.ode
Class MultistepIntegrator.InitializationCompletedMarkerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.math3.ode.MultistepIntegrator.InitializationCompletedMarkerException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- MultistepIntegrator
private static class MultistepIntegrator.InitializationCompletedMarkerException
- extends RuntimeException
Marker exception used ONLY to stop the starter integrator after first step.
Field Summary |
private static long |
serialVersionUID
Serializable version identifier. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- Serializable version identifier.
- See Also:
- Constant Field Values
MultistepIntegrator.InitializationCompletedMarkerException
public MultistepIntegrator.InitializationCompletedMarkerException()
- Simple constructor.
Copyright (c) 2003-2013 Apache Software Foundation