gtkmm-utils 0.4.1

Glib::Util::Exception Class Reference

Base exception class. More...

Inheritance diagram for Glib::Util::Exception:

List of all members.

Public Member Functions

 Exception (const char *a_reason)
 Exception (const Glib::ustring &a_reason)
 Exception (const std::exception &)
 Exception (const Exception &a_other)
Exceptionoperator= (const Exception &a_other)
const char * what () const throw ()
virtual ~Exception () throw ()

Detailed Description

Base exception class.


Constructor & Destructor Documentation

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]

Member Function Documentation

Exception& Glib::Util::Exception::operator= ( const Exception a_other)
const char* Glib::Util::Exception::what ( ) const throw ()

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