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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private final DerivativeException derivativeException
public EventState.EmbeddedDerivativeException(DerivativeException derivativeException)
derivativeException - embedded exceptionpublic DerivativeException getDerivativeException()
Copyright (c) 2003-2014 Apache Software Foundation