#include <HduCategory.h>
The exception thrown when trying to combine incompatible trits.
Additional Inherited Members | |
Public Member Functions inherited from FitsError | |
virtual | ~FitsError ()=default |
Destructor. | |
FitsError (const std::string &message) | |
Constructor. More... | |
const char * | what () const noexcept override |
Output message. | |
void | append (const std::string &line, std::size_t indent=0) |
Append some line to the message. More... | |
Public Member Functions inherited from exception | |
T | what (T... args) |
T | ~exception (T... args) |
T | operator= (T... args) |
T | exception (T... args) |