NetCDF-C++ 4.3.1
|
Thrown if the requested operation is on a NULL dimension. More...
#include "ncException.h"
Public Member Functions | |
NcNullDim (const char *complaint, const char *file, int line) | |
int | errorCode () const throw () |
const char * | what () const throw () |
Thrown if the requested operation is on a NULL dimension.
This exception is thrown if an operation on a NcDim object is requested which is empty. To test if the object is empty used NcDim::isNull()
Definition at line 416 of file ncException.h.
NcNullDim::NcNullDim | ( | const char * | complaint, |
const char * | file, | ||
int | line | ||
) |
Definition at line 298 of file ncException.cpp.
|
inherited |
Definition at line 91 of file ncException.cpp.
|
inherited |
Definition at line 86 of file ncException.cpp.