Serializable
public class ValueConversionException extends RuntimeException
ValueConverter
s 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValueConversionException(String message)
message
- the detail messageCopyright © 2019. All rights reserved.