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

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.NoSuchMethodReflectException
All Implemented Interfaces:
Serializable
Enclosing class:
ReflectException

public static class ReflectException.NoSuchMethodReflectException
extends ReflectException

Wraps a NoSuchMethodException

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.NoSuchMethodReflectException(NoSuchMethodException 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.NoSuchMethodReflectException

public ReflectException.NoSuchMethodReflectException(NoSuchMethodException e)
Method Detail

apply

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