org.mule.api.exception
Interface SystemExceptionHandler

All Known Implementing Classes:
DefaultSystemExceptionStrategy

public interface SystemExceptionHandler

Take some action when a system exception has occurred (i.e., there was no message in play when the exception occurred).


Method Summary
 void handleException(java.lang.Exception exception)
          Take some action when a system exception has occurred (i.e., there was no message in play when the exception occurred).
 

Method Detail

handleException

void handleException(java.lang.Exception exception)
Take some action when a system exception has occurred (i.e., there was no message in play when the exception occurred).

Parameters:
exception - which occurred


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