Pepper  3.6.0
A highly extensible plattform for conversion and manipulationoflinguisticdata.
org.corpus_tools.pepper.exceptions.AbstractPepperModuleException Class Reference

This PepperException is thrown by org.corpus_tools.pepper.modules.PepperModules or PepperMapper objects. More...

Inherits org.corpus_tools.pepper.exceptions.PepperException.

Inherited by org.corpus_tools.pepper.modules.exceptions.PepperModuleException.

Public Member Functions

 AbstractPepperModuleException (String s)
 
 AbstractPepperModuleException (String s, Throwable ex)
 
- Public Member Functions inherited from org.corpus_tools.pepper.exceptions.PepperException
 PepperException (String s)
 
 PepperException (String s, Throwable ex)
 

Detailed Description

This PepperException is thrown by org.corpus_tools.pepper.modules.PepperModules or PepperMapper objects.

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 a org.corpus_tools.pepper.modules.PepperModule.

Author
Florian Zipser