public final class IncompatibleTypeException extends RuntimeException
ValueConversionHelper, to indicate a value could not be converted into the
target datatype. It doesn't mean a failed attempt at a conversion, it means that there was no way to convert the input value to begin with.| Constructor and Description |
|---|
IncompatibleTypeException(Object value,
Class<?> fromType,
Class<?> targetType) |
IncompatibleTypeException(Object value,
Class<?> fromType,
Class<?> targetType,
@Nullable Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2018. All rights reserved.