xmlBlaster 2.1.0 API

org.xmlBlaster.util
Interface I_XmlBlasterExceptionHandler

All Known Implementing Classes:
Main

public interface I_XmlBlasterExceptionHandler

You can register your implementation to do for example a immediate shutdown if an XmlBlasterException is thrown.

Author:
marcel

Method Summary
 void newException(XmlBlasterException e)
          This will be called from XmlBlasterException constructor.
 

Method Detail

newException

void newException(XmlBlasterException e)
This will be called from XmlBlasterException constructor.

Parameters:
e - The new created exception

xmlBlaster 2.1.0 API

Copyright ? 1999-2011 The xmlBlaster.org contributers.