GammaLib
2.0.0.dev
|
#include <GException.hpp>
Public Member Functions | |
fits_invalid_nrows (std::string origin, int nrows, int max_rows, std::string message="") | |
FITS error: Invalid number of rows. 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 392 of file GException.hpp.
GException::fits_invalid_nrows::fits_invalid_nrows | ( | std::string | origin, |
int | nrows, | ||
int | max_rows, | ||
std::string | message = "" |
||
) |
FITS error: Invalid number of rows.
[in] | origin | Method that throws the error. |
[in] | nrows | Number of rows. |
[in] | max_rows | Maximum number of rows allowed. |
[in] | message | Error message. |
Definition at line 533 of file GException_fits.cpp.
References GExceptionHandler::m_message, GExceptionHandler::m_origin, and gammalib::str().