Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #992 (closed defect: fixed)

Opened 16 years ago

Last modified 16 years ago

XML PullParser throws "Exception"

Reported by: keinfarbton Assigned to: kris
Priority: major Milestone: 0.99.6
Component: Tango Version: 0.99.5 Jascha
Keywords: Cc:

Description

Should throw a derived class, not Exception itself. It should be documented which exception classes are thrown.

http://www.dsource.org/projects/tango/browser/trunk/tango/text/xml/PullParser.d?rev=3340#L494

Change History

03/24/08 01:37:55 changed by kris

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

(In [3390]) PullParser? now throws XmlException?. Fixes #992

Thanks Frank