|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.math3.ode.events.EventState.LocalMaxCountExceededException
private static class EventState.LocalMaxCountExceededException
Local wrapper to propagate exceptions.
Field Summary | |
---|---|
private static long |
serialVersionUID
Serializable UID. |
private MaxCountExceededException |
wrapped
Wrapped exception. |
Constructor Summary | |
---|---|
EventState.LocalMaxCountExceededException(MaxCountExceededException exception)
Simple constructor. |
Method Summary | |
---|---|
MaxCountExceededException |
getException()
Get the wrapped exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private final MaxCountExceededException wrapped
Constructor Detail |
---|
public EventState.LocalMaxCountExceededException(MaxCountExceededException exception)
exception
- exception to wrapMethod Detail |
---|
public MaxCountExceededException getException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |