BIE::NetCDFFormatException Class Reference
Handles cases where NetCDF format does not meet expectations.
More...
#include <BIEException.h>
List of all members.
|
Public Member Functions |
|
| NetCDFFormatException (string varname, int varid, int vardim, string netcdffilename, string sourcefilename, int sourcelinenumber) |
| | Handles case where a variable is not one dimensional.
|
|
| NetCDFFormatException (string varname, int varid, string netcdffilename, string sourcefilename, int sourcelinenumber) |
| | Handle case where a variable does not have an unlimited array length.
|
|
| NetCDFFormatException (string varname, int varid, string netcdffilename, nc_type vartype, string sourcefilename, int sourcelinenumber) |
| | Handle case where a variable has a type we don't use.
|
|
| NetCDFFormatException (string fieldname, int fieldindex, string sourcefilename, int sourcelinenumber) |
| | Handle case where user tries to include String field in NetCDF file.
|
Detailed Description
Handles cases where NetCDF format does not meet expectations.
The documentation for this class was generated from the following file: