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

This Exception class can be used for Tests (i.e. More...

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

Public Member Functions

 PepperModuleTestException (String s)
 
 PepperModuleTestException (String s, Throwable ex)
 
 PepperModuleTestException (PepperModule pepperModule, String s)
 
 PepperModuleTestException (PepperModule pepperModule, 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 Exception class can be used for Tests (i.e.

JUnit tests) of org.corpus_tools.pepper.modules.PepperModule classes.

Author
Florian Zipser