org.mule.example.errorhandler.handlers
Class FatalHandler

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

public class FatalHandler
extends DefaultHandler

FatalBehaviour TODO (document class)


Field Summary
 
Fields inherited from class org.mule.example.errorhandler.AbstractExceptionHandler
errorManager, registry
 
Constructor Summary
FatalHandler()
           
 
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

FatalHandler

public FatalHandler()
Method Detail

processException

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


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