Class AbstractPepperModuleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.corpus_tools.pepper.exceptions.PepperException
-
- org.corpus_tools.pepper.exceptions.AbstractPepperModuleException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PepperModuleException
public class AbstractPepperModuleException extends PepperException
ThisPepperExceptionis thrown byPepperModules orPepperMapperobjects. The reason of exception can be any and should be further specified by subtypes. This exception just determines, that it occured during the processing in aPepperModule.- Author:
- Florian Zipser
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractPepperModuleException()AbstractPepperModuleException(String s)AbstractPepperModuleException(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
-
-