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