LGI
1.0
Lliurex Graphic Interface
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Macros
include
lgi-1.0
exceptions.hpp
Go to the documentation of this file.
1
2
#ifndef _LGI_EXCEPTIONS_
3
#define _LGI_EXCEPTIONS_
4
5
#include <exception>
6
7
namespace
net
8
{
9
namespace
lliurex
10
{
11
namespace
lgi
12
{
13
class
Exception
:
public
std::exception
14
{
15
public
:
16
17
std::string
msg
;
18
Exception
(std::string
msg
);
19
virtual
~Exception
() throw();
20
const
char
*
what
() const throw();
21
22
};
23
}
24
}
25
}
26
27
#endif
net::lliurex::lgi::Exception::Exception
Exception(std::string msg)
net::lliurex::lgi::Exception::msg
std::string msg
Definition:
exceptions.hpp:17
net::lliurex::lgi::Exception::what
const char * what() const
net::lliurex::lgi::Exception
Definition:
exceptions.hpp:13
net::lliurex::lgi::Exception::~Exception
virtual ~Exception()
Generated on Fri Oct 30 2015 11:43:02 for LGI by
1.8.6