cookxml.core.interfaces
Interface ExceptionHandler

All Known Implementing Classes:
AssertExceptionHandler, DebugExceptionHandler, DecodeEngine, StrictExceptionHandler

public interface ExceptionHandler

This is the interface for handlers that deal with exceptions generated while CookXml is decoding XML.

Since:
CookXml 2.0

Method Summary
 void handleException(String msg, Exception ex)
           
 

Method Detail

handleException

public void handleException(String msg,
                            Exception ex)
                     throws CookXmlException
Throws:
CookXmlException