CCfits
2.6
|
Exception thrown if user enters a non-positive number for the number of rows to write. More...
#include <Column.h>
Public Member Functions | |
InvalidNumberOfRows (int number, bool silent=true) | |
Exception ctor, prefixes the string "Fits Error: number of rows to write must be positive " before the specific message. More... | |
Public Member Functions inherited from CCfits::FitsException | |
FitsException (const string &msg, bool &silent) | |
const string & | message () const |
returns the error message More... | |
Exception thrown if user enters a non-positive number for the number of rows to write.
CCfits::Column::InvalidNumberOfRows::InvalidNumberOfRows | ( | int | number, |
bool | silent = true |
||
) |
Exception ctor, prefixes the string "Fits Error: number of rows to write must be positive " before the specific message.
number | The number of rows entered. |
silent | if true, print message whether FITS::verboseMode is set or not. |