com.norconex.importer.parser
Class DocumentParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.norconex.importer.parser.DocumentParserException
- All Implemented Interfaces:
- Serializable
public class DocumentParserException
- extends Exception
Exception thrown upon encountering a non-recoverable issue parsing a
document.
- Author:
- Pascal Essiembre
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DocumentParserException
public DocumentParserException()
DocumentParserException
public DocumentParserException(String message)
DocumentParserException
public DocumentParserException(Throwable cause)
DocumentParserException
public DocumentParserException(String message,
Throwable cause)
Copyright © 2009-2013 Norconex Inc.. All Rights Reserved.