Package org.apache.tika.sax
Class StoppingEarlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.apache.tika.sax.StoppingEarlyException
- All Implemented Interfaces:
Serializable
Sentinel exception to stop parsing xml once target is found
while SAX parsing. This should be used when the parse
can be stopped and the exception ignored.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
StoppingEarlyException
public StoppingEarlyException()
-