Quantum GIS API Documentation
1.7.5-Wroclaw
|
Defines a qgis exception class. More...
#include <qgsexception.h>
Public Member Functions | |
QgsException (QString const &what) | |
virtual | ~QgsException () throw () |
QString | what () const throw () |
Private Attributes | |
QString | what_ |
description of exception More... | |
Defines a qgis exception class.
Definition at line 26 of file qgsexception.h.
|
inline |
Definition at line 29 of file qgsexception.h.
|
inlinevirtual |
Definition at line 33 of file qgsexception.h.
|
inline |
Definition at line 36 of file qgsexception.h.
Referenced by QgsVectorLayer::draw(), QgsVectorLayer::drawRendererV2(), QgsVectorLayer::drawRendererV2Levels(), QgsMapRenderer::layerExtentToOutputExtent(), QgsMapRenderer::layerToMapCoordinates(), QgsMapRenderer::mapToLayerCoordinates(), QgsApplication::notify(), and QgsVectorFileWriter::writeAsVectorFormat().
|
private |
description of exception
Definition at line 44 of file qgsexception.h.