You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change ReflectionException superclass to RuntimeException.
For tests scenarios, making ReflectionException a checked exception is cumbersome
and provides limited value.
Most users of the axt.internal.platform.reflect APIs just
catch and rethrow ReflectionException in a RuntimeException.
PiperOrigin-RevId: 707236659
0 commit comments