Public Member Functions | |
Exception (const std::exception &) | |
Exception (const Exception &a_other) | |
Exception (const Glib::ustring &a_reason) | |
Exception (const char *a_reason) | |
Exception & | operator= (const Exception &a_other) |
const char * | what () const throw () |
virtual | ~Exception () throw () |
Glib::Util::Exception::Exception | ( | const char * | a_reason | ) |
Glib::Util::Exception::Exception | ( | const Glib::ustring & | a_reason | ) |
Glib::Util::Exception::Exception | ( | const Exception & | a_other | ) |
Glib::Util::Exception::Exception | ( | const std::exception & | ) |
virtual Glib::Util::Exception::~Exception | ( | ) | throw () [virtual] |
const char* Glib::Util::Exception::what | ( | ) | const throw () |