org.javimmutable.collections.util
Class ReflectionFunctions.StaticMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.javimmutable.collections.util.ReflectionFunctions.StaticMismatchException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ReflectionFunctions
public static class ReflectionFunctions.StaticMismatchException
- extends RuntimeException
Exception thrown if caller requests a static class but reflection finds a non-static class (or vice versa).
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReflectionFunctions.StaticMismatchException
public ReflectionFunctions.StaticMismatchException()
Copyright © 2014 Burton Computer Corporation. All rights reserved.