Quantum GIS API Documentation  1.7.5-Wroclaw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
GEOSException Class Reference

Public Member Functions

 GEOSException (QString theMsg)
 
 GEOSException (const GEOSException &rhs)
 
 ~GEOSException ()
 
QString what ()
 

Private Attributes

QString msg
 

Static Private Attributes

static QString lastMsg
 

Detailed Description

Definition at line 43 of file qgsgeometry.cpp.

Constructor & Destructor Documentation

GEOSException::GEOSException ( QString  theMsg)
inline

Definition at line 46 of file qgsgeometry.cpp.

References lastMsg, and msg.

GEOSException::GEOSException ( const GEOSException rhs)
inline

Definition at line 60 of file qgsgeometry.cpp.

GEOSException::~GEOSException ( )
inline

Definition at line 65 of file qgsgeometry.cpp.

References lastMsg, and msg.

Member Function Documentation

QString GEOSException::what ( )
inline

Definition at line 71 of file qgsgeometry.cpp.

References msg.

Referenced by QgsGeometry::isGeosEmpty(), and QgsGeometry::isGeosValid().

Member Data Documentation

QString GEOSException::lastMsg
staticprivate

Definition at line 78 of file qgsgeometry.cpp.

Referenced by GEOSException(), and ~GEOSException().

QString GEOSException::msg
private

Definition at line 77 of file qgsgeometry.cpp.

Referenced by GEOSException(), what(), and ~GEOSException().


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