com.norconex.importer.parser
Class DocumentParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
DocumentParserException()
           
DocumentParserException(String message)
           
DocumentParserException(String message, Throwable cause)
           
DocumentParserException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.