public class StringConversionException extends InputParsingException
StringConverter cannot convert the given value to the desired type.| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Class<?> |
getTargetType() |
Gets the attempted target type for the conversion.
|
java.lang.String |
getValue() |
Gets the value that failed to be converted.
|
public java.lang.Class<?> getTargetType()
public java.lang.String getValue()