Class JobNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.corpus_tools.pepper.exceptions.PepperException
-
- org.corpus_tools.pepper.exceptions.AbstractPepperModuleException
-
- org.corpus_tools.pepper.modules.exceptions.PepperModuleException
-
- org.corpus_tools.pepper.exceptions.JobNotFoundException
-
- All Implemented Interfaces:
Serializable
public class JobNotFoundException extends PepperModuleException
This exception class is used, in case of aPepperMapperobject was not correctly initialized.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobNotFoundException()JobNotFoundException(String s)JobNotFoundException(String s, Throwable ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-