Uses of Class
edu.rice.cs.drjava.model.definitions.InvalidPackageException

Packages that use InvalidPackageException
edu.rice.cs.drjava The main package for DrJava contains only two classes. 
edu.rice.cs.drjava.model The model package is responsible for the majority of the logic and state in DrJava. 
edu.rice.cs.drjava.model.definitions Provides the data model for storing Java source code. 
 

Uses of InvalidPackageException in edu.rice.cs.drjava
 

Methods in edu.rice.cs.drjava that throw InvalidPackageException
 void CommandLineTest.testRelativePath()
          A regression test for bug #542747, which related to opening a file via the command line using a relative path.
 

Uses of InvalidPackageException in edu.rice.cs.drjava.model
 

Methods in edu.rice.cs.drjava.model that throw InvalidPackageException
 File OpenDefinitionsDocument.getSourceRoot()
          Finds the root directory of the source files.
 File DefaultGlobalModel.DefinitionsDocumentHandler.getSourceRoot()
          Finds the root directory of the source files.
private  File DefaultGlobalModel.DefinitionsDocumentHandler._getSourceRoot(String packageName)
          Finds the root directory of the source files.
 void GlobalModelOtherTest.testGetSourceRootDefaultPackage()
           
 void GlobalModelOtherTest.testGetSourceRootPackageThreeDeepValid()
           
 

Uses of InvalidPackageException in edu.rice.cs.drjava.model.definitions
 

Methods in edu.rice.cs.drjava.model.definitions that throw InvalidPackageException
 void DefinitionsDocumentTest.testPackageNameEmpty()
          Test package-finding on empty document.
 void DefinitionsDocumentTest.testPackageNameSimple()
          Test package-finding on simple document, with no funny comments.
 void DefinitionsDocumentTest.testPackageNameWeird1()
          Test package-finding on document with a block comment between parts of package.
 void DefinitionsDocumentTest.testPackageNameWeird2()
          Test package-finding on document with a line comment between parts of package.
 void DefinitionsDocumentTest.testGetPackageNameWithPackageStatementAfterImport()
          Puts an otherwise valid package statement after a valid import declaration.
 String DefinitionsDocument.getPackageName()
          Gets the name of the package this source file claims it's in (with the package keyword).