Uses of Class
org.eclipse.ocl.examples.domain.values.impl.UndefinedValueImpl

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

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

Subclasses of UndefinedValueImpl in org.eclipse.ocl.examples.debug.vm.utils
 class VMException
           
 class VMInterruptedExecutionException
           
 class VMRuntimeException
          Represents a runtime (unchecked) exception possibly thrown during OCL code execution.
 class VMStackOverFlowError
           
 

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

Subclasses of UndefinedValueImpl in org.eclipse.ocl.examples.domain.evaluation
 class EvaluationHaltedException
          Exception indicating a managed interruption of evaluation.
 

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

Subclasses of UndefinedValueImpl in org.eclipse.ocl.examples.domain.values.impl
 class InvalidValueException
          An InvalidValueException wraps an InvalidValue and is used to return the InvalidValue to the caller.
 class NullValueImpl
          An InvalidValueException wraps an InvalidValue and is used to return the InvalidValue to the caller.