Uses of Class
org.corpus_tools.pepper.modules.exceptions.PepperModuleException
-
-
Uses of PepperModuleException in org.corpus_tools.pepper.exceptions
Subclasses of PepperModuleException 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 PepperModuleException in org.corpus_tools.pepper.impl
Methods in org.corpus_tools.pepper.impl that throw PepperModuleException Modifier and Type Method Description voidBeforeAfterAction. after(org.corpus_tools.salt.common.SCorpusGraph corpusGraph)Invokes an actions, after the mapping of an entire corpus structure was done.voidBeforeAfterAction. after(org.corpus_tools.salt.graph.Identifier id)Invokes actions, after the mapping of a corpus or document is done.voidBeforeAfterAction. before(org.corpus_tools.salt.common.SCorpusGraph corpusGraph)Invokes an actions, after the mapping of an entire corpus structure was done.voidBeforeAfterAction. before(org.corpus_tools.salt.graph.Identifier id)Invokes actions, before the mapping of a corpus or document was started.voidPepperModuleImpl. end()voidPepperImporterImpl. importCorpusStructure(org.corpus_tools.salt.common.SCorpusGraph corpusGraph){@inheritDoc PepperImporter#importCorpusStructure(SCorpusGraph)}voidPepperExporterImpl. start()Adds the call of method#exportCorpusStructure(SCorpusGraph), than callsPepperModule.start().voidPepperImporterImpl. start()Overrides the methodPepperModuleImpl.start()to add the following, beforePepperModuleImpl.start()is called.voidPepperModuleImpl. start()Starts the conversion process.voidPepperModuleImpl. start(org.corpus_tools.salt.graph.Identifier sElementId)This method is called by methodPepperModuleImpl.start(), if the method was not overridden by the current class. -
Uses of PepperModuleException in org.corpus_tools.pepper.modules
Methods in org.corpus_tools.pepper.modules that throw PepperModuleException Modifier and Type Method Description voidPepperModule. end()This method is called by the pepper framework at the end of a conversion process.voidPepperImporter. importCorpusStructure(org.corpus_tools.salt.common.SCorpusGraph corpusGraph)This method is called by Pepper at the start of a conversion process to create the corpus-structure.voidPepperModule. start()Starts the conversion process.voidPepperModule. start(org.corpus_tools.salt.graph.Identifier sElementId)This method is called by the methodPepperModule.start(). -
Uses of PepperModuleException in org.corpus_tools.pepper.modules.coreModules
Methods in org.corpus_tools.pepper.modules.coreModules that throw PepperModuleException Modifier and Type Method Description voidDoNothingImporter. importCorpusStructure(org.corpus_tools.salt.common.SCorpusGraph corpusGraph)voidSaltXMLImporter. importCorpusStructure(org.corpus_tools.salt.common.SCorpusGraph corpusGraph)Imports the corpus-structure by a call ofSaltProject#loadSCorpusStructure(URI)voidDoNothingExporter. start()voidSaltXMLExporter. start()Creates aResourcefor theSaltProjectto persist contained objects likeSDocumentGraphetc. -
Uses of PepperModuleException in org.corpus_tools.pepper.modules.exceptions
Subclasses of PepperModuleException in org.corpus_tools.pepper.modules.exceptions Modifier and Type Class Description classPepperModuleDataExceptionThis PepperException is thrown only by aPepperModule.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.
-