public static final class ValueConverter.IncompatibleTypeException extends RuntimeException
ValueConverter, 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,
String className,
String targetName) |
IncompatibleTypeException(Object value,
String className,
String targetName,
Exception nestedException) |
IncompatibleTypeException(String message,
Exception e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncompatibleTypeException(Object value, String className, String targetName)
Copyright © 2018. All rights reserved.