org.apache.commons.math3.ode.events
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
private static class EventState.LocalMaxCountExceededException
- extends RuntimeException
Local wrapper to propagate exceptions.
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 UID.
- See Also:
- Constant Field Values
wrapped
private final MaxCountExceededException wrapped
- Wrapped exception.
EventState.LocalMaxCountExceededException
public EventState.LocalMaxCountExceededException(MaxCountExceededException exception)
- Simple constructor.
- Parameters:
exception
- exception to wrap
getException
public MaxCountExceededException getException()
- Get the wrapped exception.
- Returns:
- wrapped exception
Copyright (c) 2003-2013 Apache Software Foundation