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

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

public static class ReflectException.ClassCastReflectException
extends ReflectException

Wraps a ClassCastException

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.ClassCastReflectException(ClassCastException 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.ClassCastReflectException

public ReflectException.ClassCastReflectException(ClassCastException e)
Method Detail

apply

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