NetCDF-C++ 4.3.1
|
Index exceeds dimension bound. More...
#include "ncException.h"
Public Member Functions | |
NcInvalidCoords (const char *complaint, const char *file, int line) | |
int | errorCode () const throw () |
const char * | what () const throw () |
Index exceeds dimension bound.
Exception may be generated during operations to get or put netCDF variable data. The exception is thrown if the specified indices were out of range for the rank of the specified variable. For example, a negative index or an index that is larger than the corresponding dimension length will cause an error.
Definition at line 96 of file ncException.h.
NcInvalidCoords::NcInvalidCoords | ( | const char * | complaint, |
const char * | file, | ||
int | line | ||
) |
Definition at line 126 of file ncException.cpp.
|
inherited |
Definition at line 91 of file ncException.cpp.
|
inherited |
Definition at line 86 of file ncException.cpp.