Uses of Interface
org.eclipse.emf.transaction.ExceptionHandler

Packages that use ExceptionHandler
org.eclipse.emf.transaction Definition of the API for a transactional editing domain. 
org.eclipse.emf.transaction.impl Implementation of the transactional editing domain API. 
 

Uses of ExceptionHandler in org.eclipse.emf.transaction
 

Methods in org.eclipse.emf.transaction that return ExceptionHandler
 ExceptionHandler TransactionalCommandStack.getExceptionHandler()
          Obtains my exception handler.
 

Methods in org.eclipse.emf.transaction with parameters of type ExceptionHandler
 void TransactionalCommandStack.setExceptionHandler(ExceptionHandler handler)
          Sets an exception handler.
 

Uses of ExceptionHandler in org.eclipse.emf.transaction.impl
 

Fields in org.eclipse.emf.transaction.impl declared as ExceptionHandler
protected  ExceptionHandler AbstractTransactionalCommandStack.exceptionHandler
           
 

Methods in org.eclipse.emf.transaction.impl that return ExceptionHandler
 ExceptionHandler AbstractTransactionalCommandStack.getExceptionHandler()
           
 

Methods in org.eclipse.emf.transaction.impl with parameters of type ExceptionHandler
 void AbstractTransactionalCommandStack.setExceptionHandler(ExceptionHandler handler)
           
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.