com.norconex.jef.error
Interface IErrorEvent


public interface IErrorEvent

Event thrown by the framework to all registered ErrorHandler instances.

Author:
Pascal Essiembre

Method Summary
 Throwable getException()
          Gets the exception behind this error.
 JobSuite getJobSuite()
          Gets the job suite from which this error occurred.
 JobProgress getProgress()
          Gets the job progress of the job from which the error got triggered.
 

Method Detail

getException

Throwable getException()
Gets the exception behind this error.

Returns:
the exception

getJobSuite

JobSuite getJobSuite()
Gets the job suite from which this error occurred.

Returns:
job suite

getProgress

JobProgress getProgress()
Gets the job progress of the job from which the error got triggered.

Returns:
job progress


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