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