|
|||||||||
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.math.ode.events.EventState.EmbeddedEventException
private static class EventState.EmbeddedEventException
Local exception for embedding EventException.
Field Summary | |
---|---|
private EventException |
eventException
Embedded exception. |
private static long |
serialVersionUID
Serializable UID. |
Constructor Summary | |
---|---|
EventState.EmbeddedEventException(EventException eventException)
Simple constructor. |
Method Summary | |
---|---|
EventException |
getEventException()
Get the embedded 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 EventException eventException
Constructor Detail |
---|
public EventState.EmbeddedEventException(EventException eventException)
eventException
- embedded exceptionMethod Detail |
---|
public EventException getEventException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |