Uses of Class
org.eclipse.ocl.examples.debug.vm.utils.VMRuntimeException

Packages that use VMRuntimeException
org.eclipse.ocl.examples.debug.evaluator   
org.eclipse.ocl.examples.debug.vm.evaluator   
org.eclipse.ocl.examples.debug.vm.utils   
 

Uses of VMRuntimeException in org.eclipse.ocl.examples.debug.evaluator
 

Methods in org.eclipse.ocl.examples.debug.evaluator with parameters of type VMRuntimeException
protected  void OCLVMRootEvaluationEnvironment.saveThrownException(VMRuntimeException exception)
           
 void OCLVMRootEvaluationEnvironment.setException(VMRuntimeException exception)
           
 void OCLVMNestedEvaluationEnvironment.throwVMException(VMRuntimeException exception)
           
 void OCLVMRootEvaluationEnvironment.throwVMException(VMRuntimeException exception)
           
 

Methods in org.eclipse.ocl.examples.debug.evaluator that throw VMRuntimeException
 void OCLVMNestedEvaluationEnvironment.throwVMException(VMRuntimeException exception)
           
 void OCLVMRootEvaluationEnvironment.throwVMException(VMRuntimeException exception)
           
 

Uses of VMRuntimeException in org.eclipse.ocl.examples.debug.vm.evaluator
 

Methods in org.eclipse.ocl.examples.debug.vm.evaluator with parameters of type VMRuntimeException
 void IVMEvaluationEnvironment.throwVMException(VMRuntimeException vmRuntimeException)
           
 

Uses of VMRuntimeException in org.eclipse.ocl.examples.debug.vm.utils
 

Subclasses of VMRuntimeException in org.eclipse.ocl.examples.debug.vm.utils
 class VMException
           
 class VMInterruptedExecutionException
           
 class VMStackOverFlowError