Uses of Class
de.phleisch.app.itsucks.processing.ProcessingException

Packages that use ProcessingException
de.phleisch.app.itsucks.processing   
de.phleisch.app.itsucks.processing.download.http.impl   
de.phleisch.app.itsucks.processing.download.impl   
de.phleisch.app.itsucks.processing.impl   
 

Uses of ProcessingException in de.phleisch.app.itsucks.processing
 

Subclasses of ProcessingException in de.phleisch.app.itsucks.processing
 class AbortProcessingException
           
 

Methods in de.phleisch.app.itsucks.processing that throw ProcessingException
 void DataProcessorChain.init()
          Initializes all the chain and all processors in it.
 void DataProcessor.init()
          Initializes the data processor.
 DataChunk DataProcessor.process(DataChunk pDataChunk)
          Processes the given data chunk.
 void DataProcessorChain.run()
          Starts the data retriever and processes the data in the processor chain.
 

Uses of ProcessingException in de.phleisch.app.itsucks.processing.download.http.impl
 

Methods in de.phleisch.app.itsucks.processing.download.http.impl that throw ProcessingException
 void ContentParser.init()
           
 void HttpRedirectorProcessor.init()
           
 void HtmlParser.init()
           
 DataChunk ContentParser.process(DataChunk pDataChunk)
           
 

Uses of ProcessingException in de.phleisch.app.itsucks.processing.download.impl
 

Methods in de.phleisch.app.itsucks.processing.download.impl that throw ProcessingException
 void PersistenceProcessor.init()
           
 DataChunk PersistenceProcessor.process(DataChunk pDataChunk)
           
 

Uses of ProcessingException in de.phleisch.app.itsucks.processing.impl
 

Methods in de.phleisch.app.itsucks.processing.impl that throw ProcessingException
protected  void DataProcessorChainImpl.dispatchChunk(DataChunk pDataChunk)
           
 void DataProcessorChainImpl.init()
           
 void SeekDataProcessorWrapper.init()
           
 void AbstractDataProcessor.init()
           
protected  void DataProcessorChainImpl.internalRun()
           
 DataChunk SeekDataProcessorWrapper.process(DataChunk pDataChunk)
           
 void DataProcessorChainImpl.run()
           
 

Constructors in de.phleisch.app.itsucks.processing.impl with parameters of type ProcessingException
DataProcessorChainImpl.ContainerRuntimeException(ProcessingException pCause)
           
 



Copyright © 2008. All Rights Reserved.