Class PropertyConversionException

All Implemented Interfaces:
Serializable

public class PropertyConversionException extends InvalidPropertyValueException
Exception thrown when trying to convert a property value to an incompatible type during read or write.
See Also:
  • Constructor Details

    • PropertyConversionException

      public PropertyConversionException()
    • PropertyConversionException

      public PropertyConversionException(String message)
    • PropertyConversionException

      public PropertyConversionException(String message, Throwable cause)
    • PropertyConversionException

      public PropertyConversionException(Throwable cause)
    • PropertyConversionException

      public PropertyConversionException(Class<?> fromClass, Class<?> toClass)
    • PropertyConversionException

      public PropertyConversionException(Class<?> fromClass, Class<?> toClass, String message)