com.norconex.importer
Class ImporterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.norconex.importer.ImporterException
All Implemented Interfaces:
Serializable

public class ImporterException
extends RuntimeException

Runtime exception thrown by many of the importer classes upon encountering issues.

Author:
Pascal Essiembre
See Also:
Serialized Form

Constructor Summary
ImporterException()
           
ImporterException(String message)
           
ImporterException(String message, Throwable cause)
           
ImporterException(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

ImporterException

public ImporterException()

ImporterException

public ImporterException(String message)

ImporterException

public ImporterException(Throwable cause)

ImporterException

public ImporterException(String message,
                         Throwable cause)


Copyright © 2009-2013 Norconex Inc.. All Rights Reserved.