Package com.norconex.importer.parser
Class DocumentParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.norconex.importer.ImporterException
-
- com.norconex.importer.parser.DocumentParserException
-
- All Implemented Interfaces:
Serializable
public class DocumentParserException extends ImporterException
Exception thrown upon encountering a non-recoverable issue parsing a document.- Author:
- Pascal Essiembre
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentParserException()
DocumentParserException(String message)
DocumentParserException(String message, Throwable cause)
DocumentParserException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-