All Downloads are FREE. Search and download functionalities are using the official Maven repository.

errorprone.bugpattern.RethrowReflectiveOperationExceptionAsLinkageError.md Maven / Gradle / Ivy

The newest version!
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.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy