ircproxy  The Ultimate Cyborg

xml_parse_error Class Reference

#include <PersistXML.h>

Inheritance diagram for xml_parse_error:

List of all members.


Detailed Description

Exception class used to signal a failure in parsing an XML document.

Definition at line 51 of file PersistXML.h.


Public Member Functions

 xml_parse_error (std::string const &message)
 Constructor.
virtual ~xml_parse_error () throw ()
 Destructor.

Constructor & Destructor Documentation

xml_parse_error::xml_parse_error ( std::string const &  message  )  [inline]

Constructor.

Definition at line 54 of file PersistXML.h.

00054 : std::runtime_error("XML parse error: " + message) { }

virtual xml_parse_error::~xml_parse_error (  )  throw () [inline, virtual]

Destructor.

Definition at line 56 of file PersistXML.h.

00056 { }


The documentation for this class was generated from the following file:

Copyright © 2005-2007 Carlo Wood.  All rights reserved.