Uses of Interface
org.mule.example.errorhandler.ExceptionHandler

Packages that use ExceptionHandler
org.mule.example.errorhandler   
org.mule.example.errorhandler.handlers   
 

Uses of ExceptionHandler in org.mule.example.errorhandler
 

Classes in org.mule.example.errorhandler that implement ExceptionHandler
 class AbstractExceptionHandler
          AbstractExceptionListener TODO (document class)
 

Methods in org.mule.example.errorhandler that return ExceptionHandler
 ExceptionHandler ErrorManager.getHandler(Class exceptionClass)
           
 

Methods in org.mule.example.errorhandler with parameters of type ExceptionHandler
 void ErrorManager.addHandler(ExceptionHandler eh)
           
static String LocaleMessage.defaultHandling(Class class1, ExceptionHandler eh, Exception e)
           
static String LocaleMessage.handlerFailure(ExceptionHandler eh)
           
 

Uses of ExceptionHandler in org.mule.example.errorhandler.handlers
 

Classes in org.mule.example.errorhandler.handlers that implement ExceptionHandler
 class BusinessHandler
          BusinessHandler
 class DefaultHandler
          DefaultHandler TODO (document class)
 class FatalHandler
          FatalBehaviour TODO (document class)
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.