public class ValueConversionException extends RuntimeException
ValueConverters when problems occur in converting string values to other Java types.| Constructor and Description | 
|---|
| ValueConversionException(String message)Creates a new exception with the specified detail message. | 
| ValueConversionException(String message,
                        Throwable cause)Creates a new exception with the specified detail message and cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValueConversionException(String message)
message - the detail messageCopyright © 2017. All Rights Reserved.