public class TypeNotResolvedException
Thrown when the requested type could not be resolved.
| Constructor and Description |
|---|
TypeNotResolvedException(java.lang.Class<?> type) |
TypeNotResolvedException(java.lang.Class<?> type,
java.lang.Exception innerException) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getType()
The type that could not be resolved.
|
void |
setType(java.lang.Class<?> p)
The type that could not be resolved.
|