Exception class.
Exception class. The library always uses macros G_TRY, G_THROW, G_CATCH and G_ENDCATCH for throwing and catching exceptions (see GException.h). These macros only deal with exceptions of type GException.
GException(const GException & exc)
GException()
virtual ~GException(void)
GException& operator=(const GException & exc)
void perror(const char *msg = 0) const
const char* get_cause(void) const
const char* get_function(void) const
const char* get_file(void) const
int get_line(void) const
Alphabetic index HTML hierarchy of classes or Java