Package java.lang.reflect
package java.lang.reflect
-
ExceptionsClassDescriptionInvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.Thrown by a method invocation on a proxy instance if its invocation handler's
invokemethod 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.