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