Class PepperModuleInternalException
- 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.PepperModuleInternalException
-
- All Implemented Interfaces:
Serializable
public class PepperModuleInternalException extends PepperModuleException
This PepperException is thrown only by aPepperModule. And is used to type an exception as an internal exception, which means, when it is thrown a bug occured.- Author:
- Florian Zipser
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PepperModuleInternalException(String s)PepperModuleInternalException(String s, Throwable ex)PepperModuleInternalException(PepperMapper pepperMapper, String s)PepperModuleInternalException(PepperMapper pepperMapper, String s, Throwable ex)PepperModuleInternalException(PepperModule pepperModule, String s)PepperModuleInternalException(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
-
PepperModuleInternalException
public PepperModuleInternalException(String s)
-
PepperModuleInternalException
public PepperModuleInternalException(PepperModule pepperModule, String s)
-
PepperModuleInternalException
public PepperModuleInternalException(PepperModule pepperModule, String s, Throwable ex)
-
PepperModuleInternalException
public PepperModuleInternalException(PepperMapper pepperMapper, String s)
-
PepperModuleInternalException
public PepperModuleInternalException(PepperMapper pepperMapper, String s, Throwable ex)
-
-