Package java.lang.reflect
-
Exception Summary Exception Description InvocationTargetException InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.UndeclaredThrowableException Thrown by a method invocation on a proxy instance if its invocation handler'sinvokemethod throws a checked exception (aThrowablethat is not assignable toRuntimeExceptionorError) that is not assignable to any of the exception types declared in thethrowsclause of the method that was invoked on the proxy instance and dispatched to the invocation handler.