NetCDF4 C++ API
|
#include <exception>
#include <string>
#include <sstream>
Go to the source code of this file.
Classes | |
class | netcdf::NcException |
Handles the C++ API exceptions. More... | |
Namespaces | |
netcdf | |
Macros | |
#define | NcEXCEPTION(a_) netcdf::NcException( "NetCDF4 API Exception", (a_), __FILE__, __LINE__ ) |
#define NcEXCEPTION | ( | a_ | ) | netcdf::NcException( "NetCDF4 API Exception", (a_), __FILE__, __LINE__ ) |