TDME2
1.9.200
src
tdme
gui
GUIParserException.cpp
Go to the documentation of this file.
1
#include <
tdme/gui/GUIParserException.h
>
2
3
#include <
tdme/tdme.h
>
4
#include <
tdme/utilities/ExceptionBase.h
>
5
6
using
tdme::gui::GUIParserException
;
7
using
tdme::utilities::ExceptionBase
;
8
9
GUIParserException::GUIParserException(
const
string
& message) :
ExceptionBase
(message)
10
{
11
}
12
ExceptionBase.h
GUIParserException.h
tdme::gui::GUIParserException
GUI parser exception.
Definition:
GUIParserException.h:19
tdme::utilities::ExceptionBase
Exception base class.
Definition:
ExceptionBase.h:19
tdme.h
Generated by
1.9.1