Class PepperModuleNotReadyException
- 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.modules.exceptions.PepperModuleNotReadyException
-
- All Implemented Interfaces:
Serializable
public class PepperModuleNotReadyException extends PepperModuleException
This PepperException is thrown only by aPepperModuleand marks, that the module is not ready for the requested action. For instance if it has not been initialized.- Author:
- florian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PepperModuleNotReadyException()PepperModuleNotReadyException(String s)PepperModuleNotReadyException(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
-
-