Uses of Class
uk.org.ogsadai.engine.RequestCreationException

Packages that use RequestCreationException
uk.org.ogsadai.activity Contains the core interfaces and classes of the Activity Framework. 
uk.org.ogsadai.engine.controlflow Contains classes and interfaces for a composite request structure that enables control-flow to within request processing. 
 

Uses of RequestCreationException in uk.org.ogsadai.activity
 

Methods in uk.org.ogsadai.activity that throw RequestCreationException
private  Activity[] ActivityRequestFactory.createActivities(org.w3c.dom.Document requestDocument)
          Creates all of the activities described in the request document.
 

Uses of RequestCreationException in uk.org.ogsadai.engine.controlflow
 

Methods in uk.org.ogsadai.engine.controlflow that throw RequestCreationException
 RequestComponent RequestComponentFactory.createRequestComponent(Activity[] activities, org.w3c.dom.Document requestDocument)
          Creates a composite RequestComponent structure for the specified request document.
 RequestComponent RequestComponentFactoryImpl.createRequestComponent(Activity[] activities, org.w3c.dom.Document requestDocument)