org.apache.commons.math.ode.events
private static class EventState.EmbeddedEventException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
private EventException |
eventException
Embedded exception.
|
private static long |
serialVersionUID
Serializable UID.
|
Constructor and Description |
---|
EventState.EmbeddedEventException(EventException eventException)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
EventException |
getEventException()
Get the embedded exception.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
private final EventException eventException
public EventState.EmbeddedEventException(EventException eventException)
eventException
- embedded exceptionpublic EventException getEventException()
Copyright (c) 2003-2014 Apache Software Foundation