You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/11/05 18:27:45 UTC

DO NOT REPLY [Bug 4645] - Exceptions caught and rethrown without original information

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=4645>.
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=4645

Exceptions caught and rethrown without original information

elena@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From elena@apache.org  2001-11-05 09:27 -------
This is not a bug, you should have posted it as a question to Xerces-J list.
The reason we catch an Exception is because the XML Schema datatype 
constructors are not allowed to throw exceptions (requirement for a new XML 
schema redesign for X2). On the other hand, this try/catch is only temp 
solution that will be changed.
AbstractDOMParser throws runtime exception for a different reason: internally 
parser will always throw runtime exceptions that will be caught before exposing 
those to the user using SAXExceptions.
If you have more questions, feel free to ask on the mailing list.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org