GammaLib  2.1.0.dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GException Class Reference

Interface for exceptions. More...

#include <GException.hpp>

Inheritance diagram for GException:
GExceptionHandler

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
 

Detailed Description

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.


The documentation for this class was generated from the following file: