java.lang.reflect
public class InvocationTargetException extends Exception
| Constructor Summary | |
|---|---|
| protected | InvocationTargetException() |
| InvocationTargetException(Throwable target) | |
| InvocationTargetException(Throwable target, String s) | |
| Method Summary | |
|---|---|
| Throwable | getCause() |
| Throwable | getTargetException() |