|
GammaLib
2.0.0.dev
|
#include <GException.hpp>
Public Member Functions | |
| par_file_syntax_error (const std::string &origin, const std::string &home, const std::string &message="") | |
| Syntax error encountered in parameter file line. More... | |
Public Member Functions inherited from GExceptionHandler | |
| GExceptionHandler () | |
| virtual | ~GExceptionHandler () throw () |
| virtual const char * | what () const throw () |
| Exception message. More... | |
Additional Inherited Members | |
Protected Attributes inherited from GExceptionHandler | |
| std::string | m_origin |
| std::string | m_message |
Definition at line 514 of file GException.hpp.
| GException::par_file_syntax_error::par_file_syntax_error | ( | const std::string & | origin, |
| const std::string & | line, | ||
| const std::string & | message = "" |
||
| ) |
Syntax error encountered in parameter file line.
| [in] | origin | Method that throws the error. |
| [in] | line | Parameter file line in which syntax error occured. |
| [in] | message | Optional error message. |
Definition at line 188 of file GException_app.cpp.
References GExceptionHandler::m_message, and GExceptionHandler::m_origin.