GammaLib
2.0.0.dev
|
#include <GException.hpp>
Public Member Functions | |
fits_bad_col_length (std::string origin, int length, int rows) | |
FITS error: Bad column length. More... | |
![]() | |
GExceptionHandler () | |
virtual | ~GExceptionHandler () throw () |
virtual const char * | what () const throw () |
Exception message. More... | |
Additional Inherited Members | |
![]() | |
std::string | m_origin |
std::string | m_message |
Definition at line 368 of file GException.hpp.
GException::fits_bad_col_length::fits_bad_col_length | ( | std::string | origin, |
int | length, | ||
int | rows | ||
) |
FITS error: Bad column length.
[in] | origin | Method that throws the error. |
[in] | length | Length of the column. |
[in] | rows | Number of rows in table. |
Definition at line 436 of file GException_fits.cpp.
References GExceptionHandler::m_message, GExceptionHandler::m_origin, and gammalib::str().