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

This PepperException is thrown only by a PepperModule. More...

Inherits org.corpus_tools.pepper.modules.exceptions.PepperModuleException.

Public Member Functions

 PepperModuleInternalException (String s)
 
 PepperModuleInternalException (String s, Throwable ex)
 
 PepperModuleInternalException (PepperModule pepperModule, String s)
 
 PepperModuleInternalException (PepperModule pepperModule, String s, Throwable ex)
 
 PepperModuleInternalException (PepperMapper pepperMapper, String s)
 
 PepperModuleInternalException (PepperMapper pepperMapper, String s, Throwable ex)
 
- Public Member Functions inherited from org.corpus_tools.pepper.modules.exceptions.PepperModuleException
 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 PepperException is thrown only by a PepperModule.

And is used to type an exception as an internal exception, which means, when it is thrown a bug occured.

Author
Florian Zipser