org.javimmutable.collections.util
Class ReflectionFunctions.ReflectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.javimmutable.collections.util.ReflectionFunctions.ReflectionException
All Implemented Interfaces:
Serializable
Enclosing class:
ReflectionFunctions

public static class ReflectionFunctions.ReflectionException
extends RuntimeException

Encapsulates the various checked exceptions that can be thrown by the java reflection methods.

See Also:
Serialized Form

Constructor Summary
ReflectionFunctions.ReflectionException(Throwable throwable)
           
 
Method Summary
 
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

ReflectionFunctions.ReflectionException

public ReflectionFunctions.ReflectionException(Throwable throwable)


Copyright © 2014 Burton Computer Corporation. All rights reserved.