org.javimmutable.collections.util
Class ReflectionFunctions.StaticMismatchException

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.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

Constructor Summary
ReflectionFunctions.StaticMismatchException()
           
 
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.StaticMismatchException

public ReflectionFunctions.StaticMismatchException()


Copyright © 2014 Burton Computer Corporation. All rights reserved.