GEOS  3.9.1dev
Public Member Functions | Static Private Member Functions | List of all members
geos::io::ParseException Class Reference

Notifies a parsing error. More...

#include <ParseException.h>

Inheritance diagram for geos::io::ParseException:
[legend]
Collaboration diagram for geos::io::ParseException:
[legend]

Public Member Functions

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

Static Private Member Functions

static std::string stringify (double num)
 

Detailed Description

Notifies a parsing error.

Definition at line 34 of file ParseException.h.

Constructor & Destructor Documentation

geos::io::ParseException::ParseException ( )
geos::io::ParseException::ParseException ( const std::string &  msg)
geos::io::ParseException::ParseException ( const std::string &  msg,
const std::string &  var 
)
geos::io::ParseException::ParseException ( const std::string &  msg,
double  num 
)
geos::io::ParseException::~ParseException ( )
inlineoverridenoexcept

Definition at line 46 of file ParseException.h.

Member Function Documentation

static std::string geos::io::ParseException::stringify ( double  num)
staticprivate

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