Exception class for KeyFile errors. More...
#include <glibmm/keyfile.h>
Public Types | |
enum | Code { UNKNOWN_ENCODING, PARSE, NOT_FOUND, KEY_NOT_FOUND, GROUP_NOT_FOUND, INVALID_VALUE } |
Public Member Functions | |
KeyFileError (Code error_code, const Glib::ustring& error_message) | |
KeyFileError (GError* gobject) | |
Code | code () const |
Exception class for KeyFile errors.
Glib::KeyFileError::KeyFileError | ( | Code | error_code, | |
const Glib::ustring& | error_message | |||
) |
Glib::KeyFileError::KeyFileError | ( | GError * | gobject | ) | [explicit] |
Code Glib::KeyFileError::code | ( | ) | const |
Reimplemented from Glib::Error.