Class PepperException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.corpus_tools.pepper.exceptions.PepperException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractPepperModuleException,PepperConfigurationException,PepperConvertException,PepperFWException,PepperInActionException,PepperOSGiRunnerException,PepperTestException,WorkflowException
public class PepperException extends RuntimeException
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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PepperException()PepperException(String s)PepperException(String s, Throwable ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-