Uses of Interface
org.eclipse.uml2.uml.ExceptionHandler

Packages that use ExceptionHandler
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of ExceptionHandler in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ExceptionHandler
 ExceptionHandler UMLFactory.createExceptionHandler()
          Returns a new object of class 'Exception Handler'
 ExceptionHandler ExecutableNode.createHandler()
          Creates a new ExceptionHandler and appends it to the 'Handler' containment reference list
 

Uses of ExceptionHandler in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type ExceptionHandler
 boolean UMLValidator.validateExceptionHandler(ExceptionHandler exceptionHandler, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateExceptionHandler_validateExceptionBody(ExceptionHandler exceptionHandler, DiagnosticChain diagnostics, Map context)
          Validates the validateExceptionBody constraint of 'Exception Handler'
 boolean UMLValidator.validateExceptionHandler_validateResultPins(ExceptionHandler exceptionHandler, DiagnosticChain diagnostics, Map context)
          Validates the validateResultPins constraint of 'Exception Handler'
 boolean UMLValidator.validateExceptionHandler_validateOneInput(ExceptionHandler exceptionHandler, DiagnosticChain diagnostics, Map context)
          Validates the validateOneInput constraint of 'Exception Handler'
 boolean UMLValidator.validateExceptionHandler_validateEdgeSourceTarget(ExceptionHandler exceptionHandler, DiagnosticChain diagnostics, Map context)
          Validates the validateEdgeSourceTarget constraint of 'Exception Handler'
 Object UMLSwitch.caseExceptionHandler(ExceptionHandler object)
          Returns the result of interpretting the object as an instance of 'Exception Handler'
 


Copyright 2003, 2006 IBM Corporation and others.
All Rights Reserved.