| 
    CCfits 2.7
    
   | 
 
Exception thrown on attempting to read a row number beyond the end of a table. More...
#include <Column.h>
  
Public Member Functions | |
| InvalidRowNumber (const String &diag, bool silent=true) | |
| Exception ctor, prefixes the string "FitsError: Invalid Row Number - Column: " before the specific message.   | |
  Public Member Functions inherited from CCfits::FitsException | |
| FitsException (const string &msg, bool &silent) | |
| const string & | message () const | 
| returns the error message   | |
Exception thrown on attempting to read a row number beyond the end of a table.
| CCfits::Column::InvalidRowNumber::InvalidRowNumber | ( | const String & | diag, | 
| bool | silent = true  | 
        ||
| ) | 
Exception ctor, prefixes the string "FitsError: Invalid Row Number - Column: " before the specific message.
| diag | A specific diagnostic message, usually the column name. | 
| silent | if true, print message whether FITS::verboseMode is set or not. |