- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.leangen.geantyref.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
-
Constructor Summary
Constructors Constructor Description UnresolvedTypeVariableException(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()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
tv
private final java.lang.reflect.TypeVariable<?> tv
-
-