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

#include <GLATException.hpp>

Inheritance diagram for GLATException::diffuse_not_found:
GLATExceptionHandler

Public Member Functions

 diffuse_not_found (std::string origin, std::string name, std::string message="")
 Diffuse model not found. More...
 
- Public Member Functions inherited from GLATExceptionHandler
 GLATExceptionHandler (void)
 
virtual ~GLATExceptionHandler (void) throw ()
 
virtual const char * what () const throw ()
 Exception message. More...
 

Additional Inherited Members

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

Detailed Description

Definition at line 112 of file GLATException.hpp.

Constructor & Destructor Documentation

GLATException::diffuse_not_found::diffuse_not_found ( std::string  origin,
std::string  name,
std::string  message = "" 
)

Diffuse model not found.

Parameters
[in]originName of method that has thrown the exception.
[in]nameDiffuse model.
[in]messageOptional error message.

Definition at line 262 of file GLATException.cpp.

References GLATExceptionHandler::m_message, and GLATExceptionHandler::m_origin.


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