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
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
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 void
Methods inherited from class org.xml.sax.SAXException
getCause, getException, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
WriteLimitReachedException
public WriteLimitReachedException(int writeLimit)
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classSAXException
-
isWriteLimitReached
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:
true
if the write limit was reached,false
otherwise- Since:
- Apache Tika 2.0
-
throwIfWriteLimitReached
- Throws:
SAXException
-