Uses of Class
edu.rice.cs.util.classloader.ClassFileError

Packages that use ClassFileError
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.junit Contains the code for integration of the JUnit testing facility. 
edu.rice.cs.drjava.model.repl.newjvm Manages the creation and invocation of the separate JVM used by the interactions pane. 
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
 

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

Methods in edu.rice.cs.drjava.model with parameters of type ClassFileError
 void GlobalModelTestCase.TestListener.classFileError(ClassFileError e)
           
 void GlobalModelTestCase.JUnitTestListener.classFileError(ClassFileError e)
           
 void DummyGlobalModelListener.classFileError(ClassFileError e)
          Called when trying to test an illegal class file.
 void GlobalEventNotifier.classFileError(ClassFileError e)
          Called when trying to test an illegal class file.
 

Uses of ClassFileError in edu.rice.cs.drjava.model.junit
 

Methods in edu.rice.cs.drjava.model.junit with parameters of type ClassFileError
 void JUnitModelCallback.classFileError(ClassFileError e)
          Called from the JUnitTestManager if it encounters an illegal class file.
 void DefaultJUnitModel.classFileError(ClassFileError e)
          Called to indicate that an illegal class file was encountered
 void JUnitListener.classFileError(ClassFileError e)
          Called when JUnit encounters an illegal class file.
 void JUnitEventNotifier.classFileError(ClassFileError e)
           
 

Uses of ClassFileError in edu.rice.cs.drjava.model.repl.newjvm
 

Methods in edu.rice.cs.drjava.model.repl.newjvm with parameters of type ClassFileError
 void MainJVM.classFileError(ClassFileError e)
          Called if the slave JVM encounters an illegal class file in testing.
 void MainJVM.DummyJUnitModel.classFileError(ClassFileError e)
           
 void InterpreterJVM.classFileError(ClassFileError e)
          Notifies the main JVM that JUnitTestManager has encountered an illegal class file.
 void MainJVMRemoteI.classFileError(ClassFileError e)
          Called if the slave JVM encounters an illegal class file during testing.
 

Uses of ClassFileError in edu.rice.cs.drjava.ui
 

Methods in edu.rice.cs.drjava.ui with parameters of type ClassFileError
 void MainFrame.ModelListener.classFileError(ClassFileError e)
          Event that is fired when testing encounters an illegal class file.