Glib::OptionError Class Reference
Exception class for options. More...Inheritance diagram for Glib::OptionError:

Public Types | |
enum | Code { UNKNOWN_OPTION, BAD_VALUE, FAILED } |
Public Member Functions | |
OptionError (Code error_code, const Glib::ustring& error_message) | |
OptionError (GError* gobject) | |
Code | code () const |
Detailed Description
Exception class for options.
Member Enumeration Documentation
Constructor & Destructor Documentation
Glib::OptionError::OptionError | ( | Code | error_code, | |
const Glib::ustring& | error_message | |||
) |
Glib::OptionError::OptionError | ( | GError * | gobject | ) | [explicit] |
Member Function Documentation
Code Glib::OptionError::code | ( | ) | const |
Reimplemented from Glib::Error.
The documentation for this class was generated from the following file: