Class 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:
  • Constructor Details

    • CorruptedFileException

      public CorruptedFileException(String msg)
    • CorruptedFileException

      public CorruptedFileException(String msg, Throwable cause)