#include <XmlStorageErr.hxx>
Public Member Functions | |
XmlStorageErr (const std::string &error) | |
const char * | what () const throw () |
virtual | ~XmlStorageErr () throw () |
Definition at line 32 of file XmlStorageErr.hxx.
CLAM::XmlStorageErr::XmlStorageErr | ( | const std::string & | error | ) |
Definition at line 7 of file XmlStorageErr.cxx.
virtual CLAM::XmlStorageErr::~XmlStorageErr | ( | ) | throw () [inline, virtual] |
Definition at line 37 of file XmlStorageErr.hxx.
const char * CLAM::XmlStorageErr::what | ( | ) | const throw () [virtual] |
Reimplemented from CLAM::Err.
Definition at line 11 of file XmlStorageErr.cxx.