Class RethrowReflectiveOperationExceptionAsLinkageError

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.RethrowReflectiveOperationExceptionAsLinkageError
All Implemented Interfaces:
BugChecker.ThrowTreeMatcher, Suppressible, Serializable

public class RethrowReflectiveOperationExceptionAsLinkageError extends BugChecker implements BugChecker.ThrowTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also:
  • Constructor Details

    • RethrowReflectiveOperationExceptionAsLinkageError

      public RethrowReflectiveOperationExceptionAsLinkageError()
  • Method Details