GEOS  3.3.4
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:
geos::algorithm::NotRepresentableException geos::io::ParseException geos::util::AssertionFailedException geos::util::IllegalArgumentException geos::util::IllegalStateException geos::util::TopologyException geos::util::UnsupportedOperationException

Public Member Functions

 GEOSException (std::string const &msg)
 
 GEOSException (std::string const &name, std::string const &msg)
 
const char * what () const throw ()
 

Detailed Description

Base class for all GEOS exceptions.

Base class for all GEOS exceptions.

Exceptions are thrown as pointers to this type. Use toString() to get a readable message.


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