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

Indicates a bug in GEOS code. More...

#include <geos.h>

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

Public Member Functions

 AssertionFailedException ()
 
 AssertionFailedException (const std::string &msg)
 
 ~AssertionFailedException () 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 a bug in GEOS code.

Definition at line 30 of file AssertionFailedException.h.

Constructor & Destructor Documentation

geos::util::AssertionFailedException::AssertionFailedException ( )
inline

Definition at line 34 of file AssertionFailedException.h.

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

Definition at line 39 of file AssertionFailedException.h.

geos::util::AssertionFailedException::~AssertionFailedException ( )
inlineoverridenoexcept

Definition at line 44 of file AssertionFailedException.h.


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