Uses of Interface
com.norconex.jef.error.IErrorHandler

Packages that use IErrorHandler
com.norconex.jef.mail Optional package containing convenient classes for sendind simple email notifications. 
com.norconex.jef.suite Classes related to job suites. 
 

Uses of IErrorHandler in com.norconex.jef.mail
 

Classes in com.norconex.jef.mail that implement IErrorHandler
 class ErrorMailNotifier
          Simple error handler notifying email recipients when exceptions occur.
 

Uses of IErrorHandler in com.norconex.jef.suite
 

Methods in com.norconex.jef.suite that return IErrorHandler
 IErrorHandler[] JobSuite.getErrorHandlers()
          Gets all error handlers.
 

Methods in com.norconex.jef.suite with parameters of type IErrorHandler
 void JobSuite.addErrorHandler(IErrorHandler handler)
          Adds an error handler.
 void JobSuite.removeErrorHandler(IErrorHandler handler)
          Removes an error handler.
 



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