Class RuntimeReflectiveOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.flowingcode.vaadin.addons.easygrid.RuntimeReflectiveOperationException
All Implemented Interfaces:
Serializable

public class RuntimeReflectiveOperationException extends RuntimeException
Unchecked wrapper for ReflectiveOperationException, used to propagate reflective errors without requiring callers to declare or catch checked exceptions.
See Also:
  • Constructor Details

    • RuntimeReflectiveOperationException

      public RuntimeReflectiveOperationException(Throwable cause)
      Creates a new instance wrapping the given cause.
      Parameters:
      cause - the cause to wrap