GammaLib
2.0.0.dev
|
#include <GException.hpp>
Public Member Functions | |
csv_bad_columns (std::string origin, std::string filename, int rows, int cols, int elements, std::string message="") | |
Bad CSV columns encountered. 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 724 of file GException.hpp.
GException::csv_bad_columns::csv_bad_columns | ( | std::string | origin, |
std::string | filename, | ||
int | row, | ||
int | cols, | ||
int | elements, | ||
std::string | message = "" |
||
) |
Bad CSV columns encountered.
[in] | origin | Name of method that has thrown the exception. |
[in] | filename | Filename. |
[in] | row | CSV file row. |
[in] | cols | Expected number of columns. |
[in] | elements | Found number of columns. |
[in] | message | Optional message. |
Definition at line 462 of file GException.cpp.
References GExceptionHandler::m_message, GExceptionHandler::m_origin, and gammalib::str().