Quantum GIS API Documentation  1.8
Public Member Functions | Private Attributes
QgsException Class Reference

Defines a qgis exception class. More...

#include <qgsexception.h>

Inheritance diagram for QgsException:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 QgsException (QString const &what)
virtual ~QgsException () throw ()
QString what () const throw ()

Private Attributes

QString what_
 description of exception

Detailed Description

Defines a qgis exception class.

Definition at line 25 of file qgsexception.h.


Constructor & Destructor Documentation

QgsException::QgsException ( QString const &  what) [inline]

Definition at line 28 of file qgsexception.h.

virtual QgsException::~QgsException ( ) throw () [inline, virtual]

Definition at line 32 of file qgsexception.h.


Member Function Documentation

QString QgsException::what ( ) const throw () [inline]

Member Data Documentation

QString QgsException::what_ [private]

description of exception

Definition at line 43 of file qgsexception.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines