CCfits
2.6
|
Exception thrown for invalid data type inputs. More...
#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. 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 for invalid data type inputs.
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. |