Class UncheckedReflectiveOperationException

All Implemented Interfaces:
Serializable

public class UncheckedReflectiveOperationException extends UncheckedException
Since:
0.8
Author:
Haiyang Li
See Also:
  • Constructor Details

    • UncheckedReflectiveOperationException

      public UncheckedReflectiveOperationException(ReflectiveOperationException cause)
      Constructor for UncheckedReflectiveOperationException.
      Parameters:
      cause -
    • UncheckedReflectiveOperationException

      public UncheckedReflectiveOperationException(String errorMsg, ReflectiveOperationException cause)
      Constructor for UncheckedReflectiveOperationException.
      Parameters:
      errorMsg -
      cause -
  • Method Details