Package org.apache.tika.exception
Class CorruptedFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.tika.exception.TikaException
-
- org.apache.tika.exception.CorruptedFileException
-
- All Implemented Interfaces:
Serializable
public class CorruptedFileException extends TikaException
This exception should be thrown when the parse absolutely, positively has to stop. This exception must not be caught and swallowed if an embedded parser throws it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorruptedFileException(String msg)
CorruptedFileException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-