Uses of Class
wt.workflow.engine.DataMissingException

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

Uses of DataMissingException in wt.workflow.engine
 

Methods in wt.workflow.engine that throw DataMissingException
 void ProcessData.checkDataMissing(String exec_obj_name)
          Throws a DataMissingException variable if a doesn't have a value (is null); nothing happens otherwise.
 void ProcessData.checkDataMissing(String exec_obj_name)
          Throws a DataMissingException variable if a doesn't have a value (is null); nothing happens otherwise.