Package org.apache.tika.metadata
Class PropertyTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.tika.metadata.PropertyTypeException
- All Implemented Interfaces:
Serializable
@Deprecated(since="2026-04-30")
public final class PropertyTypeException
extends IllegalArgumentException
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
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:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.PropertyTypeException(Property.PropertyType unsupportedPropertyType) Deprecated.PropertyTypeException(Property.PropertyType expected, Property.PropertyType found) Deprecated.PropertyTypeException(Property.ValueType expected, Property.ValueType found) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertyTypeException
Deprecated. -
PropertyTypeException
Deprecated. -
PropertyTypeException
Deprecated. -
PropertyTypeException
Deprecated.
-