TDME2 1.9.121
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>
9
10using std::string;
11
13
14/**
15 * GUI parser exception
16 * @author Andreas Drewke
17 * @version $Id$
18 */
20{
21public:
22 /**
23 * Public constructor
24 */
25 GUIParserException(const string& message);
26};
GUIParserException(const string &message)
Public constructor.
Exception base class.
Definition: ExceptionBase.h:20