- removed declaration of sg_xml_exception (use sg_io_exception)

This commit is contained in:
curt 2001-07-24 21:41:33 +00:00
parent c3a0db1aba
commit b28b55abb1

View File

@ -23,19 +23,6 @@ SG_USING_STD(string);
SG_USING_STD(vector);
/**
* Exception for an low-level XML parsing error.
*/
class sg_xml_exception : public sg_io_exception
{
public:
sg_xml_exception ();
sg_xml_exception (const string &message);
sg_xml_exception (const string &message, const sg_location &location);
virtual ~sg_xml_exception ();
};
/**
* Interface for XML attributes.
*