Ticket #73 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

stubDomXMLStreamWriter should wrap DomException

Reported by: mikey Assigned to: schst
Priority: major Milestone: 0.3.0
Component: XMLStreamWriter Version: SVN-trunk
Keywords: Cc:

Description

The net.stubbles.xml.stubDomXMLStreamWriter should catch DomException thrown by the dom extension and wrap them into the net.stubbles.xml.stubXMLException. The net.stubbles.xml.stubXMLException should therefore inherit from net.stubbles.lang.exceptions.stubChainedException instead from net.stubbles.lang.exceptions.stubException so that the DomException can be given as second argument to the constructor.

Change History

08/06/07 21:46:02 changed by schst

  • status changed from new to assigned.

08/19/07 17:21:27 changed by schst

  • status changed from assigned to closed.
  • resolution set to fixed.