Class UnresolvedTypeVariableException

  • All Implemented Interfaces:
    java.io.Serializable

    class UnresolvedTypeVariableException
    extends java.lang.RuntimeException
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
      private java.lang.reflect.TypeVariable<?> tv  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.reflect.TypeVariable<?> getTypeVariable()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • tv

        private final java.lang.reflect.TypeVariable<?> tv
    • Constructor Detail

      • UnresolvedTypeVariableException

        UnresolvedTypeVariableException​(java.lang.reflect.TypeVariable<?> tv)
    • Method Detail

      • getTypeVariable

        java.lang.reflect.TypeVariable<?> getTypeVariable()