public class ValueConversionException extends RuntimeException
ValueConverter
s 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, toString
public ValueConversionException(String message)
message
- the detail message© Copyright 2004-2016 Paul R. Holser, Jr. All rights reserved. Licensed under The MIT License.