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

CCfits::Column::InsufficientElements Class Reference

Exception thrown if the data supplied for a write operation is less than declared. More...

#include <Column.h>

Inheritance diagram for CCfits::Column::InsufficientElements::

Inheritance diagram
CCfits::FitsException List of all members.

Public Methods

 InsufficientElements (const string &msg, bool silent=true)

Detailed Description

Exception thrown if the data supplied for a write operation is less than declared.

This circumstance generates an exception to avoid unexpected behaviour after the write operation is completed. It can be avoided by resizing the input array appropriately.


Constructor & Destructor Documentation

CCfits::Column::InsufficientElements::InsufficientElements ( const string & msg,
bool silent = true )
 

Exception ctor, prefixes the string "FitsError: not enough elements supplied for write operation: " 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