GEOS
Public Member Functions | List of all members
geos::LogicError Struct Reference

Exception class used to report bad GEOS state. More...

#include <GeosExceptions.hpp>

Inheritance diagram for geos::LogicError:
Inheritance graph
[legend]

Public Member Functions

 LogicError (std::string const &what)
 Constructor. More...
 
 LogicError ()
 Default constructor.
 
- Public Member Functions inherited from geos::Exception
 Exception (std::string const &what)
 Constructor. More...
 
virtual char const * what () const noexcept override final
 System fallback to get description content if error system does not achieve to output the ErrorMsg can also provide exception information to debuggers. More...
 
void prepareWhat (DiagnosticMsg &msg) noexcept
 Prepare and cache the formatted exception message. More...
 

Detailed Description

Exception class used to report bad GEOS state.

Definition at line 82 of file GeosExceptions.hpp.

Constructor & Destructor Documentation

◆ LogicError()

geos::LogicError::LogicError ( std::string const &  what)
inline

Constructor.

Parameters
whatthe error message

Definition at line 88 of file GeosExceptions.hpp.


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