gstreamermm  1.4.3
Public Types | Public Member Functions | List of all members
Gst::ParseError Class Reference

The different parsing errors that can occur. More...

Inheritance diagram for Gst::ParseError:
Inheritance graph
[legend]
Collaboration diagram for Gst::ParseError:
Collaboration graph
[legend]

Public Types

enum  Code {
  SYNTAX,
  NO_SUCH_ELEMENT,
  NO_SUCH_PROPERTY,
  LINK,
  COULD_NOT_SET_PROPERTY,
  EMPTY_BIN,
  EMPTY
}
 

Public Member Functions

 ParseError (Code error_code, const Glib::ustring& error_message)
 
 ParseError (GError* gobject)
 
Code code () const
 
- Public Member Functions inherited from Glib::Exception
virtual Glib::ustring what () const =0
 

Detailed Description

The different parsing errors that can occur.

Member Enumeration Documentation

Enumerator
SYNTAX 
NO_SUCH_ELEMENT 
NO_SUCH_PROPERTY 
LINK 
COULD_NOT_SET_PROPERTY 
EMPTY_BIN 
EMPTY 

Constructor & Destructor Documentation

Gst::ParseError::ParseError ( Code  error_code,
const Glib::ustring error_message 
)
Gst::ParseError::ParseError ( GError *  gobject)
explicit

Member Function Documentation

Code Gst::ParseError::code ( ) const

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