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

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

public static class ReflectException.IllegalArgumentReflectException
extends ReflectException

Wraps an IllegalArgumentException

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.IllegalArgumentReflectException(IllegalArgumentException 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.IllegalArgumentReflectException

public ReflectException.IllegalArgumentReflectException(IllegalArgumentException e)
Method Detail

apply

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