Uses of Class
org.corpus_tools.pepper.exceptions.AbstractPepperModuleException
-
Packages that use AbstractPepperModuleException Package Description org.corpus_tools.pepper.exceptions org.corpus_tools.pepper.modules.exceptions -
-
Uses of AbstractPepperModuleException in org.corpus_tools.pepper.exceptions
Subclasses of AbstractPepperModuleException in org.corpus_tools.pepper.exceptions Modifier and Type Class Description classJobNotFoundExceptionThis exception class is used, in case of aPepperMapperobject was not correctly initialized.classNotInitializedExceptionThis exception class is used, in case of aPepperMapperobject was not correctly initialized. -
Uses of AbstractPepperModuleException in org.corpus_tools.pepper.modules.exceptions
Subclasses of AbstractPepperModuleException in org.corpus_tools.pepper.modules.exceptions Modifier and Type Class Description classPepperModuleDataExceptionThis PepperException is thrown only by aPepperModule.classPepperModuleExceptionThis exception is a concrete implementation ofAbstractPepperModuleExceptionand provides constructors to pass thePepperModulethrowing this exception.classPepperModuleInternalExceptionThis PepperException is thrown only by aPepperModule.classPepperModuleNotReadyExceptionThis PepperException is thrown only by aPepperModuleand marks, that the module is not ready for the requested action.classPepperModulePropertyExceptionException is used in case of an exception occurs concerningPepperModuleProperty.classPepperModuleTestExceptionThis Exception class can be used for Tests (i.e.classPepperModuleXMLResourceExceptionThis PepperException is thrown by aPepperModule.
-