Exception wrapper for GDAL error.
More...
#include <sirius/gdal/exception.h>
Exception wrapper for GDAL error.
◆ Exception() [1/4]
sirius::gdal::Exception::Exception |
( |
| ) |
|
Automatically extract GDAL error level and code from last GDAL error.
◆ Exception() [2/4]
sirius::gdal::Exception::Exception |
( |
CPLErr |
level, |
|
|
CPLErrorNum |
code |
|
) |
| |
◆ Exception() [3/4]
sirius::gdal::Exception::Exception |
( |
const Exception & |
| ) |
|
|
default |
◆ Exception() [4/4]
sirius::gdal::Exception::Exception |
( |
Exception && |
| ) |
|
|
default |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ what()
const char* sirius::gdal::Exception::what |
( |
| ) |
const |
|
overridenoexcept |
The documentation for this class was generated from the following file: