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

This class is highest exception. More...

Inherits RuntimeException.

Inherited by org.corpus_tools.pepper.cli.exceptions.PepperOSGiException, org.corpus_tools.pepper.cli.exceptions.PepperPropertyException, org.corpus_tools.pepper.exceptions.AbstractPepperModuleException, org.corpus_tools.pepper.exceptions.PepperConfigurationException, org.corpus_tools.pepper.exceptions.PepperConvertException, org.corpus_tools.pepper.exceptions.PepperFWException, org.corpus_tools.pepper.exceptions.PepperInActionException, org.corpus_tools.pepper.exceptions.PepperOSGiRunnerException, org.corpus_tools.pepper.exceptions.PepperTestException, and org.corpus_tools.pepper.exceptions.WorkflowException.

Public Member Functions

 PepperException (String s)
 
 PepperException (String s, Throwable ex)
 

Detailed Description

This class is highest exception.

All PepperExceptions are derived from this class. It can be instantiated, if no other Exception maps to the problem.

Author
Florian Zipser