3.3.2.18. Class Exception

3.3.2.18.1. Inheritance Relationships

3.3.2.18.1.1. Base Type

3.3.2.18.2. Class Documentation

class Exception : public sirius::Exception

Exception wrapper for GDAL error.

Public Functions

Exception()

Automatically extract GDAL error level and code from last GDAL error.

Exception(CPLErr level, CPLErrorNum code)
Exception(const Exception&)
Exception &operator=(const Exception&)
Exception(Exception&&)
Exception &operator=(Exception&&)
const char *what() const