Extension: Json and NetCDF utilities
#include "dg/file/file.h" (includes both Json and NetCDF utilities)
dg::file::NC_Error Struct Reference

Class thrown by the NC_Error_Handle. More...

Inheritance diagram for dg::file::NC_Error:
[legend]
Collaboration diagram for dg::file::NC_Error:
[legend]

Public Member Functions

 NC_Error (int error)
 Construct from error code. More...
 
char const * what () const throw ()
 What string. More...
 

Detailed Description

Class thrown by the NC_Error_Handle.

Constructor & Destructor Documentation

◆ NC_Error()

dg::file::NC_Error::NC_Error ( int  error)
inline

Construct from error code.

Parameters
errornetcdf error code

Member Function Documentation

◆ what()

char const * dg::file::NC_Error::what ( ) const
throw (
)
inline

What string.

Returns
string netcdf error message generated from error code

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