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

Packages that use InvalidValueException
org.eclipse.ocl.examples.debug.vm.utils   
org.eclipse.ocl.examples.domain.evaluation   
org.eclipse.ocl.examples.domain.values.util   
org.eclipse.ocl.examples.pivot.delegate   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.validity.locator   
 

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

Subclasses of InvalidValueException 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 InvalidValueException in org.eclipse.ocl.examples.domain.evaluation
 

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

Constructors in org.eclipse.ocl.examples.domain.evaluation with parameters of type InvalidValueException
InvalidEvaluationException(DomainEvaluationEnvironment evaluationEnvironment, InvalidValueException e)
          Deprecated.  
 

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

Fields in org.eclipse.ocl.examples.domain.values.util declared as InvalidValueException
static InvalidValueException ValuesUtil.INVALID_VALUE
           
 

Methods in org.eclipse.ocl.examples.domain.values.util that return InvalidValueException
static InvalidValueException ValuesUtil.createInvalidValue(java.lang.Exception e)
           
 

Uses of InvalidValueException in org.eclipse.ocl.examples.pivot.delegate
 

Methods in org.eclipse.ocl.examples.pivot.delegate with parameters of type InvalidValueException
protected  java.lang.Boolean OCLValidationDelegate.CheckingConstraintEvaluator.handleInvalidResult(InvalidValueException e)
           
 

Uses of InvalidValueException in org.eclipse.ocl.examples.pivot.uml
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type InvalidValueException
protected  java.lang.Boolean UMLOCLEValidator.ConstraintEvaluatorWithoutDiagnostics.handleInvalidResult(InvalidValueException e)
           
protected  java.lang.Boolean UMLOCLEValidator.ConstraintEvaluatorWithDiagnostics.handleInvalidResult(InvalidValueException e)
           
 

Uses of InvalidValueException in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type InvalidValueException
protected abstract  T ConstraintEvaluator.handleInvalidResult(InvalidValueException e)
          Call-back to return the appropriate response for an unsuccessful evaluation with an invalid result.
 

Uses of InvalidValueException in org.eclipse.ocl.examples.validity.locator
 

Methods in org.eclipse.ocl.examples.validity.locator with parameters of type InvalidValueException
protected  org.eclipse.emf.common.util.Diagnostic AbstractPivotConstraintLocator.AbstractConstraintLocator.handleInvalidResult(InvalidValueException e)