Class EventState.LocalMaxCountExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.math3.ode.events.EventState.LocalMaxCountExceededException
- All Implemented Interfaces:
Serializable
- Enclosing class:
EventState
Local wrapper to propagate exceptions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Serializable UID.private final MaxCountExceededException
Wrapped exception. -
Constructor Summary
ConstructorsConstructorDescriptionSimple constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the wrapped exception.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 UID.- See Also:
-
wrapped
Wrapped exception.
-
-
Constructor Details
-
LocalMaxCountExceededException
LocalMaxCountExceededException(MaxCountExceededException exception) Simple constructor.- Parameters:
exception
- exception to wrap
-
-
Method Details
-
getException
Get the wrapped exception.- Returns:
- wrapped exception
-