NetCDF-C++ 4.3.1
|
Base object is thrown if a netCDF exception is encountered. More...
#include "ncException.h"
Public Member Functions | |
NcException (const char *complaint, const char *fileName, int lineNumber) | |
NcException (const NcException &e) throw () | |
NcException (int errorCode, const char *complaint, const char *fileName, int lineNumber) | |
int | errorCode () const throw () |
NcException & | operator= (const NcException &e) throw () |
const char * | what () const throw () |
Base object is thrown if a netCDF exception is encountered.
An unsatisfactory return from a call to one of the netCDF C-routines generates an exception using an object inheriting this class. All other netCDF-related errors including those originating in the C++ binding, generates an NcException.
Definition at line 24 of file ncException.h.
NcException::NcException | ( | const char * | complaint, |
const char * | fileName, | ||
int | lineNumber | ||
) |
Definition at line 23 of file ncException.cpp.
NcException::NcException | ( | int | errorCode, |
const char * | complaint, | ||
const char * | fileName, | ||
int | lineNumber | ||
) |
Definition at line 40 of file ncException.cpp.
NcException::NcException | ( | const NcException & | e | ) | |
throw | ( | ||||
) |
Definition at line 57 of file ncException.cpp.
|
virtual |
Definition at line 81 of file ncException.cpp.
int NcException::errorCode | ( | ) | const | |
throw | ( | |||
) |
Definition at line 91 of file ncException.cpp.
NcException & NcException::operator= | ( | const NcException & | e | ) | |
throw | ( | ||||
) |
Definition at line 68 of file ncException.cpp.
const char * NcException::what | ( | ) | const | |
throw | ( | |||
) |
Definition at line 86 of file ncException.cpp.