GammaLib
2.0.0.dev
|
#include <GException.hpp>
Public Member Functions | |
skymap_bad_ctype (std::string origin, std::string ctype1, std::string ctype2, std::string message="") | |
Incompatible ctype keywords. 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 422 of file GException.hpp.
GException::skymap_bad_ctype::skymap_bad_ctype | ( | std::string | origin, |
std::string | ctype1, | ||
std::string | ctype2, | ||
std::string | message = "" |
||
) |
Incompatible ctype keywords.
[in] | origin | Method that throws the error. |
[in] | ctype1 | Encountered ctype1 keyword. |
[in] | ctype2 | Encountered ctype2 keyword. |
[in] | message | Error message. |
Definition at line 104 of file GException_sky.cpp.
References GExceptionHandler::m_message, and GExceptionHandler::m_origin.