- removed declaration of sg_xml_exception (use sg_io_exception)
This commit is contained in:
parent
c3a0db1aba
commit
b28b55abb1
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user