Uses of Class
org.softevo.ample.eval.AnalysisException

Packages that use AnalysisException
org.softevo.ample   
org.softevo.ample.eval   
 

Uses of AnalysisException in org.softevo.ample
 

Methods in org.softevo.ample that throw AnalysisException
 AverageSequenceWeightEvaluator AmpleLauncher.launch(org.eclipse.jdt.internal.junit.ui.TestRunInfo failingRun, org.eclipse.jdt.internal.junit.ui.TestRunInfo[] passingRuns, org.eclipse.core.runtime.IProgressMonitor monitor)
          Reruns the JUnit tests requested by the user on the instrumented byte code.
protected  XMLPatternFileReader AmpleLauncher.runTest(org.eclipse.jdt.internal.junit.ui.TestRunInfo testRun, org.eclipse.jdt.launching.IVMInstall vm)
          This method executes a junit test.
 

Uses of AnalysisException in org.softevo.ample.eval
 

Methods in org.softevo.ample.eval with parameters of type AnalysisException
protected  void XMLPatternFileReader.ParseHandler.handleException(AnalysisException exception)
          This method provides default exception handling (currently a call to System.exit().
 

Methods in org.softevo.ample.eval that throw AnalysisException
 void XMLPatternFileReader.parseFile()