Uses of Class
org.pentaho.di.core.parameters.DuplicateParamException

Packages that use DuplicateParamException
org.pentaho.di.core.parameters   
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
 

Uses of DuplicateParamException in org.pentaho.di.core.parameters
 

Methods in org.pentaho.di.core.parameters that throw DuplicateParamException
 void NamedParams.addParameterDefinition(String key, String defValue, String description)
          Add a parameter definition to this set.
 void NamedParamsDefault.addParameterDefinition(String key, String defValue, String description)
           
 

Uses of DuplicateParamException in org.pentaho.di.job
 

Methods in org.pentaho.di.job that throw DuplicateParamException
 void JobMeta.addParameterDefinition(String key, String defValue, String description)
           
 void Job.addParameterDefinition(String key, String defValue, String description)
           
 

Uses of DuplicateParamException in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that throw DuplicateParamException
 void Trans.addParameterDefinition(String key, String defValue, String description)
          Adds a parameter definition to this transformation.
 void TransMeta.addParameterDefinition(String key, String defaultValue, String description)
          Adds the parameter definition.