#include <Column.h>
Inheritance diagram for CCfits::Column::InvalidRowParameter::
Public Methods | |
InvalidRowParameter (const string &diag, bool silent=true) |
This exception is thrown if the user requests writing more data than a fixed width row can accommodate. An exception is thrown rather than a truncation because it is likely that the user will not otherwise realize that data loss is happening.
|
Exception ctor, prefixes the string "FitsError: row offset or length incompatible with column declaration " before the specific message.
|