javassist.tools.reflect
public class CannotInvokeException extends RuntimeException
See Also: (int, Object[]) (int, Object[]) (Object, int, Object[])
| Constructor Summary | |
|---|---|
| CannotInvokeException(String reason)
Constructs a CannotInvokeException with an error message. | |
| CannotInvokeException(InvocationTargetException e)
Constructs a CannotInvokeException with an InvocationTargetException. | |
| CannotInvokeException(IllegalAccessException e)
Constructs a CannotInvokeException with an IllegalAccessException. | |
| CannotInvokeException(ClassNotFoundException e)
Constructs a CannotInvokeException with an ClassNotFoundException. | |
| Method Summary | |
|---|---|
| Throwable | getReason()
Returns the cause of this exception. |