Package org.apache.tika.exception
Class WriteLimitReachedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.apache.tika.exception.WriteLimitReachedException
- All Implemented Interfaces:
Serializable
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Transitional class to Tika 2.x. This is not actually thrown by anything,
but the static check for isWriteLimitReached works.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanDeprecated.Checks whether the given exception (or any of it's root causes) was thrown by this handler as a signal of reaching the write limit.static voidDeprecated.Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
WriteLimitReachedException
Deprecated.
-
-
Method Details
-
isWriteLimitReached
Deprecated.Checks whether the given exception (or any of it's root causes) was thrown by this handler as a signal of reaching the write limit.- Parameters:
t- throwable- Returns:
trueif the write limit was reached,falseotherwise- Since:
- Apache Tika 2.0
-
throwIfWriteLimitReached
Deprecated.- Throws:
SAXException
-