edu.rice.cs.plt.reflect
Class ReflectException.InvocationTargetReflectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.rice.cs.plt.reflect.ReflectException
edu.rice.cs.plt.reflect.ReflectException.InvocationTargetReflectException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ReflectException
public static class ReflectException.InvocationTargetReflectException
- extends ReflectException
Wraps an InvocationTargetException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReflectException.InvocationTargetReflectException
public ReflectException.InvocationTargetReflectException(InvocationTargetException e)
apply
public <T> T apply(ReflectExceptionVisitor<T> v)
- Specified by:
apply in class ReflectException