Uses of Class
org.corpus_tools.pepper.exceptions.PepperException
-
Packages that use PepperException Package Description org.corpus_tools.pepper.core org.corpus_tools.pepper.exceptions org.corpus_tools.pepper.modules.exceptions -
-
Uses of PepperException in org.corpus_tools.pepper.core
Methods in org.corpus_tools.pepper.core that throw PepperException Modifier and Type Method Description voidPepperOSGiRunner. run() -
Uses of PepperException in org.corpus_tools.pepper.exceptions
Subclasses of PepperException in org.corpus_tools.pepper.exceptions Modifier and Type Class Description classAbstractPepperModuleExceptionclassJobNotFoundExceptionThis 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.classPepperConfigurationExceptionIs thrown, when any exception occurs concerning the configuration of Pepper.classPepperConvertExceptionclassPepperFWExceptionThis PepperException is thrown if an internal error occurs.classPepperInActionExceptionThisPepperExceptionis thrown if a calling method tries to start a new process or an action or tries to get access to a resource, but it currently is in action and therefore can not be accessed.classPepperOSGiRunnerExceptionThis exception is only to use for unit tests.classPepperTestExceptionThis PepperException is thrown if an internal error occurs.classWorkflowExceptionThis PepperException is thrown if an internal error occurs. -
Uses of PepperException in org.corpus_tools.pepper.modules.exceptions
Subclasses of PepperException 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.
-