GEOS  3.9.1dev
Public Member Functions | List of all members
geos::util::GEOSException Class Reference

Base class for all GEOS exceptions. More...

#include <GEOSException.h>

Inheritance diagram for geos::util::GEOSException:
[legend]
Collaboration diagram for geos::util::GEOSException:
[legend]

Public Member Functions

 GEOSException ()
 
 GEOSException (std::string const &msg)
 
 GEOSException (std::string const &name, std::string const &msg)
 

Detailed Description

Base class for all GEOS exceptions.

Use what() to get a readable message.

Definition at line 38 of file GEOSException.h.

Constructor & Destructor Documentation

geos::util::GEOSException::GEOSException ( )
inline

Definition at line 42 of file GEOSException.h.

geos::util::GEOSException::GEOSException ( std::string const &  msg)
inline

Definition at line 47 of file GEOSException.h.

geos::util::GEOSException::GEOSException ( std::string const &  name,
std::string const &  msg 
)
inline

Definition at line 52 of file GEOSException.h.


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