Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
#include <geogram/basic/geofile.h>
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. | |
GeoFile exception.
This exception is thrown by GeoFile functions whenever a file cannot be written or read.
|
inline |
GeoFileException constructor.
[in] | s | a const reference to the message to be memorized in the exception. |
|
inline |
GeoFileException copy constructor.
[in] | rhs | a const reference to the GeoFileException to be copied. |