GammaLib
2.0.0
|
Interface for exceptions. More...
#include <GException.hpp>
Classes | |
class | feature_not_implemented |
class | file_error |
class | fits_error |
class | invalid_argument |
class | invalid_return_value |
class | invalid_value |
class | out_of_range |
class | runtime_error |
class | test_error |
class | test_failure |
class | test_nested_try_error |
Additional Inherited Members | |
Public Member Functions inherited from GExceptionHandler | |
GExceptionHandler () | |
virtual | ~GExceptionHandler () throw () |
virtual const char * | what () const throw () |
Exception message. More... | |
Protected Attributes inherited from GExceptionHandler | |
std::string | m_origin |
std::string | m_message |
Interface for exceptions.
The exception class is the master class that is thrown in case of exceptions.
Definition at line 75 of file GException.hpp.