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

Indicates that the requested operation is unsupported. More...

#include <geos.h>

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

Public Member Functions

 UnsupportedOperationException ()
 
 UnsupportedOperationException (const std::string &msg)
 
 ~UnsupportedOperationException () 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 the requested operation is unsupported.

This exception is thrown - for example - when requesting the X or Y member of an empty Point

Definition at line 36 of file UnsupportedOperationException.h.

Constructor & Destructor Documentation

geos::util::UnsupportedOperationException::UnsupportedOperationException ( )
inline

Definition at line 38 of file UnsupportedOperationException.h.

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

Definition at line 43 of file UnsupportedOperationException.h.

geos::util::UnsupportedOperationException::~UnsupportedOperationException ( )
inlineoverridenoexcept

Definition at line 48 of file UnsupportedOperationException.h.


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