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:
    Serialized Form
    • Constructor Detail

      • CorruptedFileException

        public CorruptedFileException​(String msg)
      • CorruptedFileException

        public CorruptedFileException​(String msg,
                                      Throwable cause)