Uses of Class
org.pentaho.platform.api.engine.ActionValidationException

Packages that use ActionValidationException
org.pentaho.platform.api.engine   
org.pentaho.platform.engine.services.runtime   
 

Uses of ActionValidationException in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine that throw ActionValidationException
 void IRuntimeContext.validateSequence(String sequenceName, IExecutionListener execListener)
          Validates the action sequence for consistency
 

Uses of ActionValidationException in org.pentaho.platform.engine.services.runtime
 

Methods in org.pentaho.platform.engine.services.runtime that throw ActionValidationException
 void RuntimeContext.validateSequence(String sequenceName, IExecutionListener execListener)