|
|||||||||
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.EmbeddedDerivativeException
private static class EventState.EmbeddedDerivativeException
Local exception for embedding DerivativeException.
Field Summary | |
---|---|
private DerivativeException |
derivativeException
Embedded exception. |
private static long |
serialVersionUID
Serializable UID. |
Constructor Summary | |
---|---|
EventState.EmbeddedDerivativeException(DerivativeException derivativeException)
Simple constructor. |
Method Summary | |
---|---|
DerivativeException |
getDerivativeException()
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 DerivativeException derivativeException
Constructor Detail |
---|
public EventState.EmbeddedDerivativeException(DerivativeException derivativeException)
derivativeException
- embedded exceptionMethod Detail |
---|
public DerivativeException getDerivativeException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |