Share via


Class java.lang.reflect.InvocationTargetException

Class Members | This Package | All Packages

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.reflect.InvocationTargetException

public class InvocationTargetException** extends Exception

InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.