org.javimmutable.collections.util
Class ReflectionFunctions.ReflectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReflectionFunctions.ReflectionException
public ReflectionFunctions.ReflectionException(Throwable throwable)
Copyright © 2014 Burton Computer Corporation. All rights reserved.