org.mule.example.errorhandler
Class ErrorManager

java.lang.Object
  extended by org.mule.example.errorhandler.ErrorManager

public class ErrorManager
extends Object

ErrorManager TODO (document class)


Constructor Summary
ErrorManager()
           
 
Method Summary
 void addHandler(ExceptionHandler eh)
           
 ExceptionHandler getHandler(Class<? extends Throwable> exceptionClass)
           
 void onException(ErrorMessage msg)
           
 void setHandlers(List<ExceptionHandler> handlers)
           
 
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(List<ExceptionHandler> handlers)

addHandler

public void addHandler(ExceptionHandler eh)

getHandler

public ExceptionHandler getHandler(Class<? extends Throwable> exceptionClass)

onException

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


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