TDME2
1.9.200
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
*/
18
class
tdme::gui::GUIParserException
final:
public
ExceptionBase
19
{
20
public
:
21
/**
22
* Public constructor
23
*/
24
GUIParserException
(
const
string
& message);
25
};
ExceptionBase.h
tdme::gui::GUIParserException
GUI parser exception.
Definition:
GUIParserException.h:19
tdme::gui::GUIParserException::GUIParserException
GUIParserException(const string &message)
Public constructor.
Definition:
GUIParserException.cpp:9
tdme::utilities::ExceptionBase
Exception base class.
Definition:
ExceptionBase.h:19
fwd-tdme.h
tdme.h
fwd-tdme.h
Generated by
1.9.1