public class JobErrorEvent extends Object
ErrorHandler
instances.Constructor and Description |
---|
JobErrorEvent(Throwable t,
JobSuite suite,
IJobStatus status) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getException()
Gets the exception behind this error.
|
IJobStatus |
getStatus()
Gets the job progress of the job from which the error got triggered.
|
JobSuite |
getSuite()
Gets the job suite from which this error occurred.
|
public JobErrorEvent(Throwable t, JobSuite suite, IJobStatus status)
public Throwable getException()
public JobSuite getSuite()
public IJobStatus getStatus()
Copyright © 2007–2021 Norconex Inc.. All rights reserved.