Uses of Class
org.ourgrid.common.spec.exception.GumSpecificationException

Packages that use GumSpecificationException
org.ourgrid.gridmachine.services   
 

Uses of GumSpecificationException in org.ourgrid.gridmachine.services
 

Methods in org.ourgrid.gridmachine.services that throw GumSpecificationException
static Gum GumSpecServices.createGum(GumSpec gumSpec)
          Creates a GuM according to the GuMSpec passed as the constructor parameter.
 void GumSpecServicesTest.testFakeSpecServices()
          Tests the creating of a FakeGuM from a GuMSpec.
 

Constructors in org.ourgrid.gridmachine.services that throw GumSpecificationException
DefaultGumServicesBuilder(GumSpec spec)
          Constructor.