Geogram  Version 1.9.0
A programming library of geometric algorithms
GEO::GeoFileException Class Reference

GeoFile exception. More...

#include <geogram/basic/geofile.h>

Inheritance diagram for GEO::GeoFileException:

Public Member Functions

 GeoFileException (const std::string &s)
 GeoFileException constructor. More...
 
 GeoFileException (const GeoFileException &rhs)
 GeoFileException copy constructor. More...
 
 ~GeoFileException () GEO_NOEXCEPT override
 GeoFileException destructor.
 

Detailed Description

GeoFile exception.

This exception is thrown by GeoFile functions whenever a file cannot be written or read.

Definition at line 66 of file geofile.h.

Constructor & Destructor Documentation

◆ GeoFileException() [1/2]

GEO::GeoFileException::GeoFileException ( const std::string &  s)
inline

GeoFileException constructor.

Parameters
[in]sa const reference to the message to be memorized in the exception.

Definition at line 73 of file geofile.h.

◆ GeoFileException() [2/2]

GEO::GeoFileException::GeoFileException ( const GeoFileException rhs)
inline

GeoFileException copy constructor.

Parameters
[in]rhsa const reference to the GeoFileException to be copied.

Definition at line 81 of file geofile.h.


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