public class ObjectConversionException extends Exception
ObjectConverter
failes to convert an
object in the target type.Constructor and Description |
---|
ObjectConversionException()
Creates a new object conversion exception.
|
ObjectConversionException(Object sourceValue,
Class<?> targetType)
Creates a new object conversion exception.
|
ObjectConversionException(String message)
Creates a new object conversion exception.
|
ObjectConversionException(String message,
Throwable cause)
Creates a new object conversion exception.
|
ObjectConversionException(Throwable cause)
Creates a new object parse exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ObjectConversionException()
public ObjectConversionException(Object sourceValue, Class<?> targetType)
sourceValue
- the source valuetargetType
- the target typepublic ObjectConversionException(String message, Throwable cause)
message
- the error messagecause
- the error causepublic ObjectConversionException(String message)
message
- the error messagepublic ObjectConversionException(Throwable cause)
cause
- the error causeCopyright © 2003–2021 XDEV Software. All rights reserved.