org.mule.samples.errorhandler
Class ErrorManager

java.lang.Object
  extended byorg.mule.samples.errorhandler.ErrorManager

public class ErrorManager
extends Object

ErrorManager TODO (document class)

Version:
$Revision: 3798 $
Author:
Ross Mason

Constructor Summary
ErrorManager()
           
 
Method Summary
 void addHandler(ExceptionHandler eh)
           
 ExceptionHandler getHandler(Class exceptionClass)
           
 void onException(ErrorMessage msg)
           
 void setHandlers(ExceptionHandler[] eh)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorManager

public ErrorManager()
Method Detail

setHandlers

public void setHandlers(ExceptionHandler[] eh)

addHandler

public void addHandler(ExceptionHandler eh)

getHandler

public ExceptionHandler getHandler(Class exceptionClass)

onException

public void onException(ErrorMessage msg)
                 throws UMOException
Throws:
UMOException


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.