public final class UncheckedReflectiveOperationException extends RuntimeException
This is used by Unchecked to wrap instances of ReflectiveOperationException.
| Constructor and Description |
|---|
UncheckedReflectiveOperationException(ReflectiveOperationException ex)
Creates an instance that wraps the underlying exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncheckedReflectiveOperationException(ReflectiveOperationException ex)
ex - the underlying exception, null tolerantCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.