Package com.opengamma.strata.collect
Class UncheckedReflectiveOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.opengamma.strata.collect.UncheckedReflectiveOperationException
-
- All Implemented Interfaces:
Serializable
public final class UncheckedReflectiveOperationException extends RuntimeException
An unchecked reflection exception.This is used by
Unchecked
to wrap instances ofReflectiveOperationException
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedReflectiveOperationException(ReflectiveOperationException ex)
Creates an instance that wraps the underlying exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UncheckedReflectiveOperationException
public UncheckedReflectiveOperationException(ReflectiveOperationException ex)
Creates an instance that wraps the underlying exception.- Parameters:
ex
- the underlying exception, null tolerant
-
-