Uses of Class
org.anchoranalysis.experiment.JobExecutionException
| Package | Description |
|---|---|
| org.anchoranalysis.experiment.bean.task |
Defines a task,
which is a set of operations run on an input, that may or may not generate an output.
|
| org.anchoranalysis.experiment.task.processor |
Non-bean classes related to
JobProcessor. |
-
Uses of JobExecutionException in org.anchoranalysis.experiment.bean.task
Methods in org.anchoranalysis.experiment.bean.task that throw JobExecutionException Modifier and Type Method Description abstract voidTask. doJobOnInput(InputBound<T,S> input)Performs the task on a particular input.booleanTask. executeJob(ParametersUnbound<T,S> parametersUnbound)Runs the task on one particular input (a job). -
Uses of JobExecutionException in org.anchoranalysis.experiment.task.processor
Methods in org.anchoranalysis.experiment.task.processor that return types with arguments of type JobExecutionException Modifier and Type Method Description Optional<JobExecutionException>CallableJob. call()