Uses of Interface
org.mule.api.exception.SystemExceptionHandler

Packages that use SystemExceptionHandler
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.exception   
 

Uses of SystemExceptionHandler in org.mule
 

Fields in org.mule declared as SystemExceptionHandler
protected  SystemExceptionHandler DefaultMuleContext.exceptionListener
          Global exception handler which handles "system" exceptions (i.e., when no message is involved).
 

Methods in org.mule that return SystemExceptionHandler
 SystemExceptionHandler DefaultMuleContext.getExceptionListener()
           
 

Methods in org.mule with parameters of type SystemExceptionHandler
 void DefaultMuleContext.setExceptionListener(SystemExceptionHandler exceptionListener)
           
 

Uses of SystemExceptionHandler in org.mule.api
 

Methods in org.mule.api that return SystemExceptionHandler
 SystemExceptionHandler MuleContext.getExceptionListener()
           
 

Methods in org.mule.api with parameters of type SystemExceptionHandler
 void MuleContext.setExceptionListener(SystemExceptionHandler exceptionListener)
           
 

Uses of SystemExceptionHandler in org.mule.exception
 

Classes in org.mule.exception that implement SystemExceptionHandler
 class DefaultSystemExceptionStrategy
          Log exception, fire a notification, and clean up transaction if any.
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.