org.apache.commons.math.ode.events
Class EventState.EmbeddedDerivativeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.math.ode.events.EventState.EmbeddedDerivativeException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- EventState
private static class EventState.EmbeddedDerivativeException
- extends RuntimeException
Local exception for embedding DerivativeException.
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- Serializable UID.
- See Also:
- Constant Field Values
derivativeException
private final DerivativeException derivativeException
- Embedded exception.
EventState.EmbeddedDerivativeException
public EventState.EmbeddedDerivativeException(DerivativeException derivativeException)
- Simple constructor.
- Parameters:
derivativeException
- embedded exception
getDerivativeException
public DerivativeException getDerivativeException()
- Get the embedded exception.
- Returns:
- embedded exception
Copyright (c) 2003-2011 Apache Software Foundation