#include <Column.h>
Public Member Functions | |
InvalidDataType (const String &str=string(), bool silent=true) | |
Exception ctor, prefixes the string "FitsError: Incorrect data type: " before the specific message. |
This exception is thrown if the user requests an implicit data type conversion to a datatype that is not one of the supported types (see fitsio.h for details).
CCfits::Column::InvalidDataType::InvalidDataType | ( | const String & | str = string() , |
|
bool | silent = true | |||
) |
Exception ctor, prefixes the string "FitsError: Incorrect data type: " before the specific message.
str | A specific diagnostic message | |
silent | if true, print message whether FITS::verboseMode is set or not. |
References CCfits::FITS::verboseMode().