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