Class PropertyTypeException

All Implemented Interfaces:
Serializable

public final class PropertyTypeException extends IllegalArgumentException
XMP property definition violation exception. This is thrown when you try to set a Property value with an incorrect type, such as storing an Integer when the property is of type Date.
Since:
Apache Tika 0.8
See Also: