public class WrappedReflectiveOperationException
extends java.lang.RuntimeException
ReflectiveOperationException in a RuntimeException.
By wrapping checked exceptions in a runtime exception, the caller does not need to handle the checked exception. This is useful when using reflection and the caller does not want to handle checked exceptions.
| Constructor and Description |
|---|
WrappedReflectiveOperationException(@NotNull java.lang.ReflectiveOperationException e) |