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

CCfits::Column::InvalidNumberOfRows Class Reference

Exception thrown if user enters a non-positive number for the number of rows to write. More...

#include <Column.h>

Inheritance diagram for CCfits::Column::InvalidNumberOfRows::

Inheritance diagram
CCfits::FitsException List of all members.

Public Methods

 InvalidNumberOfRows (size_t number, bool silent=true)

Detailed Description

Exception thrown if user enters a non-positive number for the number of rows to write.


Constructor & Destructor Documentation

CCfits::Column::InvalidNumberOfRows::InvalidNumberOfRows ( size_t number,
bool silent = true )
 

Exception ctor, prefixes the string "Fits Error: number of rows to write must be positive " before the specific message.

Parameters:
number   The number of rows entered.
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