Serializablepublic class ValueConversionException extends RuntimeException
ValueConverters when problems occur in converting string values to other Java types.| Constructor | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValueConversionException(String message)
message - the detail messageCopyright © 2019. All rights reserved.