TDME2
1.9.121
src
tdme
gui
GUIParserException.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
#include <
tdme/tdme.h
>
6
#include <
tdme/gui/fwd-tdme.h
>
7
#include <
tdme/utilities/fwd-tdme.h
>
8
#include <
tdme/utilities/ExceptionBase.h
>
9
10
using
std::string;
11
12
using
tdme::utilities::ExceptionBase
;
13
14
/**
15
* GUI parser exception
16
* @author Andreas Drewke
17
* @version $Id$
18
*/
19
class
tdme::gui::GUIParserException
final:
public
ExceptionBase
20
{
21
public
:
22
/**
23
* Public constructor
24
*/
25
GUIParserException
(
const
string
& message);
26
};
ExceptionBase.h
tdme::gui::GUIParserException
GUI parser exception.
Definition:
GUIParserException.h:20
tdme::gui::GUIParserException::GUIParserException
GUIParserException(const string &message)
Public constructor.
Definition:
GUIParserException.cpp:9
tdme::utilities::ExceptionBase
Exception base class.
Definition:
ExceptionBase.h:20
fwd-tdme.h
tdme.h
fwd-tdme.h
Generated by
1.9.3