|
netcdf-C++
|
#include <ncException.h>

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()
1.8.17