Class SaxExceptionCatcher

java.lang.Object
eu.bandm.tools.util.xml.ContentProxy
eu.bandm.tools.util.xml.SaxExceptionCatcher
All Implemented Interfaces:
ContentHandler
Direct Known Subclasses:
ExceptionCatcher_jaxp, ExceptionCatcher_sax

public abstract class SaxExceptionCatcher extends ContentProxy
Catches all exxeptions which occur when the call-back methods are invoked and sends them to some listener object. The class of that is defined by the subclass of ths class.