class UnresolvedTypeVariableException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private java.lang.reflect.TypeVariable<?> |
tv |
Constructor and Description |
---|
UnresolvedTypeVariableException(java.lang.reflect.TypeVariable<?> tv) |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.reflect.TypeVariable<?> |
getTypeVariable() |
private static final long serialVersionUID
private final java.lang.reflect.TypeVariable<?> tv