Back to Error Prone

RethrowReflectiveOperationExceptionAsLinkageError

docs/bugpattern/RethrowReflectiveOperationExceptionAsLinkageError.md

2.49.0224 B
Original Source

Consider using LinkageError instead of AssertionError when rethrowing reflective exceptions as unchecked exceptions, since it conveys more information when reflection fails due to an incompatible change in the classpath.