libgdamm  4.99.7
Public Types | Public Member Functions | List of all members
Gnome::Gda::MetaStructError Class Reference

Exception class for Gda MetaStruct errors. More...

Inheritance diagram for Gnome::Gda::MetaStructError:
Inheritance graph
[legend]
Collaboration diagram for Gnome::Gda::MetaStructError:
Collaboration graph
[legend]

Public Types

enum  Code {
  META_STRUCT_UNKNOWN_OBJECT_ERROR,
  META_STRUCT_DUPLICATE_OBJECT_ERROR,
  META_STRUCT_INCOHERENCE_ERROR,
  META_STRUCT_XML_ERROR
}
 

Public Member Functions

 MetaStructError (Code error_code, const Glib::ustring& error_message)
 
 MetaStructError (GError* gobject)
 
Code code () const
 

Detailed Description

Exception class for Gda MetaStruct errors.

Member Enumeration Documentation

Enumerator
META_STRUCT_UNKNOWN_OBJECT_ERROR 
META_STRUCT_DUPLICATE_OBJECT_ERROR 
META_STRUCT_INCOHERENCE_ERROR 
META_STRUCT_XML_ERROR 

Constructor & Destructor Documentation

Gnome::Gda::MetaStructError::MetaStructError ( Code  error_code,
const Glib::ustring error_message 
)
Gnome::Gda::MetaStructError::MetaStructError ( GError *  gobject)
explicit

Member Function Documentation

Code Gnome::Gda::MetaStructError::code ( ) const

The documentation for this class was generated from the following file: