NetCDF-C++  4.3.1-developer
netCDF::exceptions::NcNullGrp Class Reference

Thrown if the requested operation is on a NULL group. More...

#include "ncException.h"

Inheritance diagram for netCDF::exceptions::NcNullGrp:
Collaboration diagram for netCDF::exceptions::NcNullGrp:

Public Member Functions

 NcNullGrp (const char *complaint, const char *file, int line)
 
int errorCode () const throw ()
 
const char * what () const throw ()
 

Detailed Description

Thrown if the requested operation is on a NULL group.

This exception is thrown if an operation on a NcGroup object is requested which is empty. To test if the object is empty used NcGroup::isNull()

Definition at line 394 of file ncException.h.


The documentation for this class was generated from the following files:

Return to the Main Unidata NetCDF page.
Generated on Fri Nov 11 2016 15:28:29 for NetCDF-C++. NetCDF is a Unidata library.