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

#include <GException.hpp>

Inheritance diagram for GException::no_extended_source:
GExceptionHandler

Public Member Functions

 no_extended_source (std::string origin, std::string name, std::string message="")
 No extended source model component found. More...
 
- Public Member Functions inherited from GExceptionHandler
 GExceptionHandler ()
 
virtual ~GExceptionHandler () throw ()
 
virtual const char * what () const throw ()
 Exception message. More...
 

Additional Inherited Members

- Protected Attributes inherited from GExceptionHandler
std::string m_origin
 
std::string m_message
 

Detailed Description

Definition at line 717 of file GException.hpp.

Constructor & Destructor Documentation

GException::no_extended_source::no_extended_source ( std::string  origin,
std::string  name,
std::string  message = "" 
)

No extended source model component found.

Parameters
[in]originMethod that throws the error.
[in]nameModel name.
[in]messageOptional error message.

Definition at line 463 of file GException_model.cpp.

References GExceptionHandler::m_message, and GExceptionHandler::m_origin.


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