libgdamm Reference Documentation |
Inheritance diagram for Gnome::Gda::GeneralError:
Public Types | |
enum | Code { GENERAL_OBJECT_NAME_ERROR, GENERAL_INCORRECT_VALUE_ERROR, GENERAL_OPERATION_ERROR } |
Public Member Functions | |
Code | code () const |
GeneralError (GError* gobject) | |
GeneralError (Code error_code, const Glib::ustring& error_message) |
Gnome::Gda::GeneralError::GeneralError | ( | Code | error_code, | |
const Glib::ustring & | error_message | |||
) |
Gnome::Gda::GeneralError::GeneralError | ( | GError * | gobject | ) | [explicit] |
Code Gnome::Gda::GeneralError::code | ( | ) | const |
Reimplemented from Glib::Error.