libgdamm
4.99.11
|
Exception class for Gda connection errors. More...
Public Member Functions | |
DataModelError (Code error_code, const Glib::ustring& error_message) | |
DataModelError (GError* gobject) | |
Code | code () const |
![]() | |
Error () | |
Error (GQuark error_domain, int error_code, const Glib::ustring &message) | |
Error (GError *gobject, bool take_copy=false) | |
Error (const Error &other) | |
Error & | operator= (const Error &other) |
virtual | ~Error () noexcept |
GQuark | domain () const |
int | code () const |
Glib::ustring | what () const override |
bool | matches (GQuark error_domain, int error_code) const |
GError * | gobj () |
const GError * | gobj () const |
![]() | |
virtual | ~Exception () noexcept=0 |
Additional Inherited Members | |
![]() | |
GError * | gobject_ |
Exception class for Gda connection errors.
Gnome::Gda::DataModelError::DataModelError | ( | Code | error_code, |
const Glib::ustring & | error_message | ||
) |
|
explicit |
Code Gnome::Gda::DataModelError::code | ( | ) | const |