public class PropertyConversionException extends InvalidPropertyValueException
statusCode
Constructor and Description |
---|
PropertyConversionException() |
PropertyConversionException(Class<?> fromClass,
Class<?> toClass) |
PropertyConversionException(Class<?> fromClass,
Class<?> toClass,
String message) |
PropertyConversionException(String message) |
PropertyConversionException(String message,
Throwable cause) |
PropertyConversionException(Throwable cause) |
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PropertyConversionException()
public PropertyConversionException(String message)
public PropertyConversionException(String message, Throwable cause)
public PropertyConversionException(Throwable cause)
public PropertyConversionException(Class<?> fromClass, Class<?> toClass)
public PropertyConversionException(Class<?> fromClass, Class<?> toClass, String message)
Copyright © 2018 Nuxeo. All rights reserved.