Uses of Interface
org.eclipse.uml2.ExceptionHandler

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

Uses of ExceptionHandler in org.eclipse.uml2
 

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

Uses of ExceptionHandler in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type ExceptionHandler
 boolean UML2Validator.validateExceptionHandler(ExceptionHandler exceptionHandler, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseExceptionHandler(ExceptionHandler object)
          Returns the result of interpretting the object as an instance of 'Exception Handler'
 


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