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