public class NoConverterFoundException extends RuntimeException
| Constructor and Description |
|---|
NoConverterFoundException(Object value,
Type targetType) |
NoConverterFoundException(Object value,
Type targetType,
String message) |
NoConverterFoundException(Object value,
Type targetType,
String message,
Throwable cause) |
NoConverterFoundException(Object value,
Type targetType,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getTargetType() |
Object |
getValue() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoConverterFoundException(Object value, Type targetType)
public NoConverterFoundException(Object value, Type targetType, String message)
public NoConverterFoundException(Object value, Type targetType, Throwable cause)
public NoConverterFoundException(Object value, Type targetType, String message, Throwable cause)
public Type getTargetType()