Class PepperOSGiRunnerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.corpus_tools.pepper.exceptions.PepperException
-
- org.corpus_tools.pepper.exceptions.PepperOSGiRunnerException
-
- All Implemented Interfaces:
Serializable
public class PepperOSGiRunnerException extends PepperException
This exception is only to use for unit tests.- Author:
- Florian Zipser
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PepperOSGiRunnerException()PepperOSGiRunnerException(String s)PepperOSGiRunnerException(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
-
-