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

Exception class used to report domain errors. Generally, the domain of a mathematical function is the subset of values that it is defined for. More...

#include <GeosExceptions.hpp>

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

Public Member Functions

 DomainError (std::string const &what)
 Constructor. More...
 
 DomainError ()
 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 domain errors. Generally, the domain of a mathematical function is the subset of values that it is defined for.

Definition at line 102 of file GeosExceptions.hpp.

Constructor & Destructor Documentation

◆ DomainError()

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

Constructor.

Parameters
whatthe error message

Definition at line 108 of file GeosExceptions.hpp.


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