DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25577>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25577

inproper SAXException wrapping in ErrorHandlerWrapper

           Summary: inproper SAXException wrapping in ErrorHandlerWrapper
           Product: Xerces2-J
           Version: 2.6.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: SAX
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When I throw a SAXException/SAXParseException from my ErrorHandler, Xerces eats
the exception and I get a different SAXException object from the parse method.

This is inconvenient, because instead of seeing a meaningful stack trace which
indicates where the problem happened, I can only see a meaningless one that
points to internal SAX parser code.

Also, this makes it impossible for my ErrorHandler to create a sub-class of
SAXException and add extra information.

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

Reply via email to