Class NotInitializedException
- 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.NotInitializedException
-
- All Implemented Interfaces:
Serializable
public class NotInitializedException extends PepperModuleException
This exception class is used, in case of aPepperMapperobject was not correctly initialized.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotInitializedException()NotInitializedException(String s)NotInitializedException(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
-
-