Uses of Class
org.apache.commons.pipeline.ProcessingException

Packages that use ProcessingException
org.apache.commons.pipeline This package provides a set of pipeline utilities designed around work queues that run in parallel to sequentially process data objects. 
org.apache.commons.pipeline.driver This package contains implementations of the StageDriver and StageDriverFactory interfaces. 
 

Uses of ProcessingException in org.apache.commons.pipeline
 

Methods in org.apache.commons.pipeline that return types with arguments of type ProcessingException
 List<ProcessingException> StageDriver.getProcessingExceptions()
          Returns a list of errors that occurred while processing data objects, along with the objects that were being processed when the errors were generated.
 

Uses of ProcessingException in org.apache.commons.pipeline.driver
 

Fields in org.apache.commons.pipeline.driver with type parameters of type ProcessingException
protected  List<ProcessingException> AbstractStageDriver.processingExceptions
          List of processing failures that have occurred.
 

Methods in org.apache.commons.pipeline.driver that return types with arguments of type ProcessingException
 List<ProcessingException> AbstractStageDriver.getProcessingExceptions()
          Returns a list of errors that occurred while processing data objects, along with the objects that were being processed when the errors were generated.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.