Uses of Class
org.apache.commons.pipeline.validation.ValidationException

Packages that use ValidationException
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. 
 

Uses of ValidationException in org.apache.commons.pipeline
 

Methods in org.apache.commons.pipeline that throw ValidationException
 void Pipeline.addBranch(String key, Pipeline branch)
          Adds a branch to the pipeline.
 void Pipeline.addStage(Stage stage, StageDriverFactory driverFactory)
          Adds a Stage object to the end of this Pipeline.
 



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