Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Related Pages  

CCfits::Column::InvalidRowParameter Class Reference

Exception thrown on incorrect row writing request. More...

#include <Column.h>

Inheritance diagram for CCfits::Column::InvalidRowParameter::

Inheritance diagram
CCfits::FitsException List of all members.

Public Methods

 InvalidRowParameter (const string &diag, bool silent=true)

Detailed Description

Exception thrown on incorrect row writing request.

This exception is thrown if the user requests writing more data than a fixed width row can accommodate. An exception is thrown rather than a truncation because it is likely that the user will not otherwise realize that data loss is happening.


Constructor & Destructor Documentation

CCfits::Column::InvalidRowParameter::InvalidRowParameter ( const string & diag,
bool silent = true )
 

Exception ctor, prefixes the string "FitsError: row offset or length incompatible with column declaration " before the specific message.

Parameters:
diag   A specific diagnostic message, usually the column name
silent   if true, print message whether FITS::verboseMode is set or not.


The documentation for this class was generated from the following files:
Generated at Fri Apr 11 16:05:11 2003 for CCfits by doxygen1.2.7 written by Dimitri van Heesch, © 1997-2001