org.mule.samples.errorhandler.handlers
Class FatalHandler

java.lang.Object
  extended byorg.mule.samples.errorhandler.AbstractExceptionHandler
      extended byorg.mule.samples.errorhandler.handlers.DefaultHandler
          extended byorg.mule.samples.errorhandler.handlers.FatalHandler
All Implemented Interfaces:
ExceptionHandler

public class FatalHandler
extends DefaultHandler

FatalBehaviour TODO (document class)


Field Summary
 
Fields inherited from class org.mule.samples.errorhandler.AbstractExceptionHandler
errorManager, registry
 
Constructor Summary
FatalHandler()
           
 
Method Summary
 void processException(ErrorMessage message, Throwable t)
           
 
Methods inherited from class org.mule.samples.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

FatalHandler

public FatalHandler()
Method Detail

processException

public void processException(ErrorMessage message,
                             Throwable t)
                      throws HandlerException
Overrides:
processException in class DefaultHandler
Throws:
HandlerException


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