Uses of Class
org.ourgrid.common.spec.main.CompilerException

Packages that use CompilerException
org.ourgrid.common.spec   
org.ourgrid.common.spec.lexical   
org.ourgrid.common.spec.main   
org.ourgrid.common.spec.semantic.exception   
org.ourgrid.common.spec.semantic.test   
org.ourgrid.common.spec.syntactical   
org.ourgrid.deployer   
org.ourgrid.mygrid.ui   
org.ourgrid.mygrid.ui.test   
org.ourgrid.peer.ui   
org.ourgrid.test   
 

Uses of CompilerException in org.ourgrid.common.spec
 

Subclasses of CompilerException in org.ourgrid.common.spec
 class SpecialCharException
          This entity indicates that a back slash was found a no special char was recognized.
 

Uses of CompilerException in org.ourgrid.common.spec.lexical
 

Subclasses of CompilerException in org.ourgrid.common.spec.lexical
 class LexicalException
          Used to encapsulate errors that happened at the lexical analysis of the source.
 

Uses of CompilerException in org.ourgrid.common.spec.main
 

Methods in org.ourgrid.common.spec.main that throw CompilerException
 void Compiler.compile(java.lang.String sourceFileName, java.lang.String languageType)
          Initialize the compile process for a given source file.
 void CommonCompiler.compile(java.lang.String sourceFileName, java.lang.String languageType)
           
static java.util.List<PeerSpec> DescriptionFileCompile.compileGDF(java.lang.String descriptionFilePath)
           
static JobSpec DescriptionFileCompile.compileJDF(java.lang.String descriptionFilePath)
           
static java.util.List<GumSpec> DescriptionFileCompile.compileSDF(java.lang.String descriptionFilePath)
           
 

Uses of CompilerException in org.ourgrid.common.spec.semantic.exception
 

Subclasses of CompilerException in org.ourgrid.common.spec.semantic.exception
 class SemanticException
          Indicates that an error happened into the Semantic module.
 

Uses of CompilerException in org.ourgrid.common.spec.semantic.test
 

Methods in org.ourgrid.common.spec.semantic.test that throw CompilerException
 void JDFSemanticActionsTest.testBlankSpaces()
           
 void GDFSemanticActionsTest.testPeerSpecification()
           
 

Uses of CompilerException in org.ourgrid.common.spec.syntactical
 

Subclasses of CompilerException in org.ourgrid.common.spec.syntactical
 class SyntacticalException
          Indicates that an error happened into the Syntactical module.
 

Uses of CompilerException in org.ourgrid.deployer
 

Constructors in org.ourgrid.deployer that throw CompilerException
Deployer(java.lang.String siteDescriptionFile)
          Creates a Deployer object that uses the gums described in the SDF file
 

Uses of CompilerException in org.ourgrid.mygrid.ui
 

Methods in org.ourgrid.mygrid.ui that throw CompilerException
 int UIManager.addJob(java.lang.String descriptionFilePath)
          Deprecated. 
 int MyGridUIManager.addJob(java.lang.String descriptionFilePath)
          Deprecated. 
 void UIManager.setPeers(java.lang.String descriptionFilePath)
          Deprecated. 
 void MyGridUIManager.setPeers(java.lang.String descriptionFilePath)
          Deprecated. 
 

Uses of CompilerException in org.ourgrid.mygrid.ui.test
 

Methods in org.ourgrid.mygrid.ui.test that throw CompilerException
 void MyGridJobCancellerTest.testCorrectJobCancel()
           
 void JobExpecterTest.testCorrectWaitForJob()
           
 void MyGridJobAdderTest.testJobAdd()
           
 

Uses of CompilerException in org.ourgrid.peer.ui
 

Methods in org.ourgrid.peer.ui that throw CompilerException
 void UIManager.setLocalGums(java.lang.String filename)
           
 void PeerUIManager.setLocalGums(java.lang.String descriptionFilePath)
           
 

Uses of CompilerException in org.ourgrid.test
 

Methods in org.ourgrid.test that throw CompilerException
 JobSpec TestUtils.getSimpleJobSpec()