Package org.apache.commons.math3.ode
Class MultistepFieldIntegrator.InitializationCompletedMarkerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.math3.ode.MultistepFieldIntegrator.InitializationCompletedMarkerException
- All Implemented Interfaces:
Serializable
- Enclosing class:
MultistepFieldIntegrator<T extends RealFieldElement<T>>
private static class MultistepFieldIntegrator.InitializationCompletedMarkerException
extends RuntimeException
Marker exception used ONLY to stop the starter integrator after first step.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Serializable version identifier. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerializable version identifier.- See Also:
-
-
Constructor Details
-
InitializationCompletedMarkerException
InitializationCompletedMarkerException()Simple constructor.
-