Class PepperModuleDataException
- 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.PepperModuleDataException
-
- All Implemented Interfaces:
Serializable
public class PepperModuleDataException extends PepperModuleException
This PepperException is thrown only by aPepperModule. If such an exception was thrown, it means that there are problems in the read resource.- Author:
- Florian Zipser
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description PepperModuleDataException(PepperMapper pepperMapper, String s)PepperModuleDataException(PepperMapper pepperMapper, String s, Throwable ex)protectedPepperModuleDataException(PepperModule pepperModule, String s)protectedPepperModuleDataException(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
-
PepperModuleDataException
protected PepperModuleDataException(PepperModule pepperModule, String s)
-
PepperModuleDataException
protected PepperModuleDataException(PepperModule pepperModule, String s, Throwable ex)
-
PepperModuleDataException
public PepperModuleDataException(PepperMapper pepperMapper, String s)
-
PepperModuleDataException
public PepperModuleDataException(PepperMapper pepperMapper, String s, Throwable ex)
-
-