edu.rice.cs.plt.reflect
Class ReflectException.InvocationTargetReflectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.rice.cs.plt.reflect.ReflectException
              extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class edu.rice.cs.plt.reflect.ReflectException
ReflectException.ClassCastReflectException, ReflectException.ClassNotFoundReflectException, ReflectException.IllegalAccessReflectException, ReflectException.IllegalArgumentReflectException, ReflectException.InstantiationReflectException, ReflectException.InvocationTargetReflectException, ReflectException.NoSuchFieldReflectException, ReflectException.NoSuchMethodReflectException, ReflectException.NullPointerReflectException, ReflectException.SecurityReflectException
 
Constructor Summary
ReflectException.InvocationTargetReflectException(InvocationTargetException e)
           
 
Method Summary
<T> T
apply(ReflectExceptionVisitor<T> v)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReflectException.InvocationTargetReflectException

public ReflectException.InvocationTargetReflectException(InvocationTargetException e)
Method Detail

apply

public <T> T apply(ReflectExceptionVisitor<T> v)
Specified by:
apply in class ReflectException