Exception class for shell utility errors. More...
Inherits Glib::Error.
Public Types | |
enum | Code { BAD_QUOTING, EMPTY_STRING, FAILED } |
Public Member Functions | |
ShellError (Code error_code, const Glib::ustring& error_message) | |
ShellError (GError* gobject) | |
Code | code () const |
Exception class for shell utility errors.
Glib::ShellError::ShellError | ( | Code | error_code, | |
const Glib::ustring& | error_message | |||
) |
Glib::ShellError::ShellError | ( | GError * | gobject | ) | [explicit] |
Code Glib::ShellError::code | ( | ) | const |
Reimplemented from Glib::Error.