QGIS API Documentation  2.2.0-Valmiera
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 50 of file qgsgeometry.cpp.

Constructor & Destructor Documentation

GEOSException::GEOSException ( QString  theMsg)
inline

Definition at line 53 of file qgsgeometry.cpp.

References lastMsg, and msg.

GEOSException::GEOSException ( const GEOSException rhs)
inline

Definition at line 67 of file qgsgeometry.cpp.

GEOSException::~GEOSException ( )
inline

Definition at line 72 of file qgsgeometry.cpp.

References lastMsg, and msg.

Member Function Documentation

QString GEOSException::what ( )
inline

Member Data Documentation

QString GEOSException::lastMsg
staticprivate

Definition at line 85 of file qgsgeometry.cpp.

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

QString GEOSException::msg
private

Definition at line 84 of file qgsgeometry.cpp.

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


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