GammaLib
2.0.0.dev
|
#include <GException.hpp>
Public Member Functions | |
home_not_found (const std::string &origin, const std::string &message="") | |
Unable to determine users home directory. 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 497 of file GException.hpp.
GException::home_not_found::home_not_found | ( | const std::string & | origin, |
const std::string & | message = "" |
||
) |
Unable to determine users home directory.
[in] | origin | Method that throws the error. |
[in] | message | Optional error message. |
Definition at line 113 of file GException_app.cpp.
References GExceptionHandler::m_message, and GExceptionHandler::m_origin.