Uses of Class
edu.rice.cs.drjava.model.FileMovedException

Packages that use FileMovedException
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.cache The idea behind this new interface is that the rest of the model should not talk directly to the document cache but rather to an adapter to the cache. 
 

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

Methods in edu.rice.cs.drjava.model that throw FileMovedException
 File OpenDefinitionsDocument.getFile()
          Returns the file for this document.
 File DummyOpenDefDoc.getFile()
           
 void OpenDefinitionsDocument.preparePrintJob()
           
 void DummyOpenDefDoc.preparePrintJob()
           
 void OpenDefinitionsDocument.print()
           
 void DummyOpenDefDoc.print()
           
 

Uses of FileMovedException in edu.rice.cs.drjava.model.cache
 

Methods in edu.rice.cs.drjava.model.cache that throw FileMovedException
 DefinitionsDocument DCacheAdapter.getDocument()
          Retrieves the document for its corresponding ODD
 DefinitionsDocument DDReconstructor.make()