Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/master
/
.
/
docs
/
bugpattern
/
RethrowReflectiveOperationExceptionAsLinkageError.md
blob: 95e51d1db6e2f3acaedcab94f39ff1aca1b3758a [
file
] [
view
] [
edit
]
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
.