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

#include <GLATException.hpp>

Inheritance diagram for GLATException::file_open_error:
GLATExceptionHandler

Public Member Functions

 file_open_error (std::string origin, std::string filename, std::string message="")
 Error while opening file. 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 62 of file GLATException.hpp.

Constructor & Destructor Documentation

GLATException::file_open_error::file_open_error ( std::string  origin,
std::string  filename,
std::string  message = "" 
)

Error while opening file.

Parameters
[in]originName of method that has thrown the exception.
[in]filenameName of file that could not be opened.
[in]messageOptional error message.

Definition at line 51 of file GLATException.cpp.

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


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