com.norconex.importer
Class ImporterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.