glibmm: Glib::Error Class Reference
#include <glibmm/error.h>
Inheritance diagram for Glib::Error:

Public Member Functions | |
| Error () | |
| Error (GQuark domain, int code, const Glib::ustring& message) | |
| Error (GError* gobject, bool take_copy=false) | |
| Error (const Error& other) | |
| Error& | operator= (const Error& other) |
| virtual | ~Error () throw () |
| GQuark | domain () const |
| int | code () const |
| virtual Glib::ustring | what () const |
| bool | matches (GQuark domain, int code) const |
| GError* | gobj () |
| const GError* | gobj () const |
Public Member Functions inherited from Glib::Exception | |
| virtual | ~Exception ()=0 throw () |
Protected Attributes | |
| GError* | gobject_ |
Constructor & Destructor Documentation
| Glib::Error::Error | ( | ) |
| Glib::Error::Error | ( | GQuark | domain, |
| int | code, | ||
| const Glib::ustring& | message | ||
| ) |
|
explicit |
| Glib::Error::Error | ( | const Error& | other | ) |
|
virtual |
Member Function Documentation
| int Glib::Error::code | ( | ) | const |
| GQuark Glib::Error::domain | ( | ) | const |
| GError* Glib::Error::gobj | ( | ) |
| const GError* Glib::Error::gobj | ( | ) | const |
| bool Glib::Error::matches | ( | GQuark | domain, |
| int | code | ||
| ) | const |
|
virtual |
Implements Glib::Exception.
Member Data Documentation
|
protected |

Public Member Functions inherited from