Class PepperModuleTestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.corpus_tools.pepper.exceptions.PepperException
-
- org.corpus_tools.pepper.exceptions.AbstractPepperModuleException
-
- org.corpus_tools.pepper.modules.exceptions.PepperModuleException
-
- org.corpus_tools.pepper.modules.exceptions.PepperModuleTestException
-
- All Implemented Interfaces:
Serializable
public class PepperModuleTestException extends PepperModuleException
This Exception class can be used for Tests (i.e. JUnit tests) ofPepperModuleclasses.- Author:
- Florian Zipser
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PepperModuleTestException()PepperModuleTestException(String s)PepperModuleTestException(String s, Throwable ex)PepperModuleTestException(PepperModule pepperModule, String s)PepperModuleTestException(PepperModule pepperModule, 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
-
-
-
-
Constructor Detail
-
PepperModuleTestException
public PepperModuleTestException()
-
PepperModuleTestException
public PepperModuleTestException(String s)
-
PepperModuleTestException
public PepperModuleTestException(PepperModule pepperModule, String s)
-
PepperModuleTestException
public PepperModuleTestException(PepperModule pepperModule, String s, Throwable ex)
-
-