GEOS  3.9.1dev
Public Member Functions | List of all members
geos::algorithm::NotRepresentableException Class Reference

Indicates that a HCoordinate has been computed which is not representable on the Cartesian plane. More...

#include <NotRepresentableException.h>

Inheritance diagram for geos::algorithm::NotRepresentableException:
[legend]
Collaboration diagram for geos::algorithm::NotRepresentableException:
[legend]

Public Member Functions

 NotRepresentableException ()
 
 NotRepresentableException (std::string msg)
 
 ~NotRepresentableException () noexceptoverride
 
- Public Member Functions inherited from geos::util::GEOSException
 GEOSException ()
 
 GEOSException (std::string const &msg)
 
 GEOSException (std::string const &name, std::string const &msg)
 

Detailed Description

Indicates that a HCoordinate has been computed which is not representable on the Cartesian plane.

Version
1.4
See also
HCoordinate

Definition at line 35 of file NotRepresentableException.h.

Constructor & Destructor Documentation

geos::algorithm::NotRepresentableException::NotRepresentableException ( )
geos::algorithm::NotRepresentableException::NotRepresentableException ( std::string  msg)
geos::algorithm::NotRepresentableException::~NotRepresentableException ( )
inlineoverridenoexcept

Definition at line 39 of file NotRepresentableException.h.


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