Class RuntimeReflectiveOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.flowingcode.vaadin.addons.easygrid.RuntimeReflectiveOperationException
- All Implemented Interfaces:
Serializable
Unchecked wrapper for
ReflectiveOperationException, used to propagate reflective errors
without requiring callers to declare or catch checked exceptions.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance wrapping the given cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuntimeReflectiveOperationException
Creates a new instance wrapping the given cause.- Parameters:
cause- the cause to wrap
-