Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" 
for change notification.

The following page has been changed by SimonKitching:
http://wiki.apache.org/jakarta-commons/Digester/FAQ

The comment on the change is:
Minor fix to ErrorHandler info

------------------------------------------------------------------------------
  ensure the class looks something like the following:
  
  {{{
- public class MyErrorHandler {
+ public class MyErrorHandler implements org.xml.sax.ErrorHandler {
    void warning(SAXParseException ex) {
       // stop processing on warnings
      throw ex;

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to