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

This exception is a concrete implementation of AbstractPepperModuleException and provides constructors to pass the PepperModule throwing this exception. More...

Inherits org.corpus_tools.pepper.exceptions.AbstractPepperModuleException.

Inherited by org.corpus_tools.pepper.exceptions.JobNotFoundException, org.corpus_tools.pepper.exceptions.NotInitializedException, org.corpus_tools.pepper.modules.exceptions.PepperModuleDataException, org.corpus_tools.pepper.modules.exceptions.PepperModuleInternalException, org.corpus_tools.pepper.modules.exceptions.PepperModuleNotReadyException, org.corpus_tools.pepper.modules.exceptions.PepperModulePropertyException, org.corpus_tools.pepper.modules.exceptions.PepperModuleTestException, and org.corpus_tools.pepper.modules.exceptions.PepperModuleXMLResourceException.

Public Member Functions

 PepperModuleException (String s)
 
 PepperModuleException (String s, Throwable ex)
 
 PepperModuleException (PepperModule pepperModule, String s)
 
 PepperModuleException (PepperModule pepperModule, String s, Throwable ex)
 
 PepperModuleException (PepperMapper pepperMapper, String s)
 
 PepperModuleException (PepperMapper pepperMapper, String s, Throwable ex)
 
- Public Member Functions inherited from org.corpus_tools.pepper.exceptions.AbstractPepperModuleException
 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 exception is a concrete implementation of AbstractPepperModuleException and provides constructors to pass the PepperModule throwing this exception.


Note: This exception is underspecified and only includes the information that an exception occured during the processing of a specific module. It does not give any information about the specific reason, for instance a data error or an internal error etc. If possible, please use a more specific subclassed Exception.

Author
Florian Zipser