Uses of Class
wt.workflow.engine.InvalidDataException

Packages that use InvalidDataException
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
 

Uses of InvalidDataException in wt.workflow.engine
 

Methods in wt.workflow.engine that throw InvalidDataException
 void ProcessData.setValue(String name, Object value)
          Sets the value corresponding to the variable whose name is passed as argument.
 void ProcessData.setValues(Object[] valueArray)
          Sets the values of the current object from the Object array passed as argument.
 void ProcessData.setValue(String name, Object value)
          Sets the value corresponding to the variable whose name is passed as argument.
 void ProcessData.setValues(Object[] valueArray)
          Sets the values of the current object from the Object array passed as argument.