![]() |
NetCDF-C++ 4.3.1
|
Thrown if the requested operation is on a NULL type. More...
#include "ncException.h"
Public Member Functions | |
| NcNullType (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 type.
This exception is thrown if an operation on a NcType object is requested which is empty. To test if the object is empty used NcType::isNull()
Definition at line 405 of file ncException.h.
| NcNullType::NcNullType | ( | const char * | complaint, |
| const char * | file, | ||
| int | line | ||
| ) |
Definition at line 302 of file ncException.cpp.
|
inherited | |||||||||||||
Definition at line 91 of file ncException.cpp.
|
inherited | |||||||||||||
Definition at line 86 of file ncException.cpp.
Generated on Wed Nov 10 2021 15:25:08 for NetCDF-C++. NetCDF is
a Unidata library.