org.mule.example.errorhandler.handlers
Class DefaultHandler

java.lang.Object
  extended by org.mule.example.errorhandler.AbstractExceptionHandler
      extended by org.mule.example.errorhandler.handlers.DefaultHandler
All Implemented Interfaces:
ExceptionHandler
Direct Known Subclasses:
FatalHandler

public class DefaultHandler
extends AbstractExceptionHandler

DefaultHandler TODO (document class)


Field Summary
 
Fields inherited from class org.mule.example.errorhandler.AbstractExceptionHandler
errorManager, registry
 
Constructor Summary
DefaultHandler()
           
 
Method Summary
 void processException(ErrorMessage message, Throwable t)
           
 
Methods inherited from class org.mule.example.errorhandler.AbstractExceptionHandler
getendpointName, getErrorManager, getRegisteredClasses, isRegisteredFor, onException, registerException, setEndpointName, setErrorManager, unRegisterException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHandler

public DefaultHandler()
Method Detail

processException

public void processException(ErrorMessage message,
                             Throwable t)
                      throws HandlerException
Specified by:
processException in class AbstractExceptionHandler
Throws:
HandlerException


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