Uses of Interface
org.eclipse.ocl.examples.domain.values.InvalidValue

Packages that use InvalidValue
org.eclipse.ocl.examples.debug.vm.utils   
org.eclipse.ocl.examples.domain.evaluation   
org.eclipse.ocl.examples.domain.values.impl   
org.eclipse.ocl.examples.domain.values.util   
 

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

Classes in org.eclipse.ocl.examples.debug.vm.utils that implement InvalidValue
 class VMException
           
 class VMInterruptedExecutionException
           
 class VMRuntimeException
          Represents a runtime (unchecked) exception possibly thrown during OCL code execution.
 class VMStackOverFlowError
           
 

Uses of InvalidValue in org.eclipse.ocl.examples.domain.evaluation
 

Classes in org.eclipse.ocl.examples.domain.evaluation that implement InvalidValue
 class EvaluationHaltedException
          Exception indicating a managed interruption of evaluation.
 

Uses of InvalidValue in org.eclipse.ocl.examples.domain.values.impl
 

Classes in org.eclipse.ocl.examples.domain.values.impl that implement InvalidValue
 class InvalidValueException
          An InvalidValueException wraps an InvalidValue and is used to return the InvalidValue to the caller.
 

Uses of InvalidValue in org.eclipse.ocl.examples.domain.values.util
 

Methods in org.eclipse.ocl.examples.domain.values.util with parameters of type InvalidValue
 T ValuesSwitch.caseInvalidValue(InvalidValue object)
          Returns the result of interpreting the object as an instance of 'Invalid Value'.