GammaLib
2.0.0.dev
|
#include <GException.hpp>
Public Member Functions | |
file_not_found (std::string origin, std::string filename, std::string message="") | |
File not found. 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 176 of file GException.hpp.
GException::file_not_found::file_not_found | ( | std::string | origin, |
std::string | filename, | ||
std::string | message = "" |
||
) |
File not found.
[in] | origin | Name of method that has thrown the exception. |
[in] | filename | Filename. |
[in] | message | Optional message. |
Definition at line 359 of file GException.cpp.
References GExceptionHandler::m_message, and GExceptionHandler::m_origin.