glibmm 2.29.13
Public Types | Public Member Functions

Glib::ShellError Class Reference

Exception class for shell utility errors. More...

#include <glibmm/shell.h>

Inheritance diagram for Glib::ShellError:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

Exception class for shell utility errors.


Member Enumeration Documentation

Enumerator:
BAD_QUOTING 
EMPTY_STRING 
FAILED 

Constructor & Destructor Documentation

Glib::ShellError::ShellError ( Code  error_code,
const Glib::ustring error_message 
)
Glib::ShellError::ShellError ( GError *  gobject) [explicit]

Member Function Documentation

Code Glib::ShellError::code ( ) const

Reimplemented from Glib::Error.