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

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

public static class ReflectException.NullPointerReflectException
extends ReflectException

Wraps a NullPointerException

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.NullPointerReflectException(NullPointerException 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.NullPointerReflectException

public ReflectException.NullPointerReflectException(NullPointerException e)
Method Detail

apply

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