Uses of Class
org.corpus_tools.pepper.exceptions.JobNotFoundException
-
Packages that use JobNotFoundException Package Description org.corpus_tools.pepper.common org.corpus_tools.pepper.core -
-
Uses of JobNotFoundException in org.corpus_tools.pepper.common
Methods in org.corpus_tools.pepper.common that throw JobNotFoundException Modifier and Type Method Description PepperJobPepper. getJob(String id)Returns aPepperJobcorresponding to the passed id.booleanPepper. removeJob(String id)Removes thePepperJobcorresponding to the passed identifier, if a job exists. -
Uses of JobNotFoundException in org.corpus_tools.pepper.core
Methods in org.corpus_tools.pepper.core that throw JobNotFoundException Modifier and Type Method Description PepperJobPepperImpl. getJob(String id)FilePepperImpl. getLocation(String id)Returns the location of a job.PepperJobImplPepperImpl. getPepperJobImpl(String id){@inheritDoc Pepper#getJob(String)}booleanPepperImpl. removeJob(String id)
-