Uses of Class
seda.sandStorm.api.NoSuchStageException

Packages that use NoSuchStageException
seda.sandStorm.api   
seda.sandStorm.internal   
 

Uses of NoSuchStageException in seda.sandStorm.api
 

Methods in seda.sandStorm.api that throw NoSuchStageException
 StageIF ManagerIF.getStage(java.lang.String stagename)
          Return a handle to the stage with the given name.
 

Uses of NoSuchStageException in seda.sandStorm.internal
 

Methods in seda.sandStorm.internal that throw NoSuchStageException
 StageIF sandStormMgr.getStage(java.lang.String stagename)
          Return a handle to given stage.