summaryrefslogtreecommitdiffstats
path: root/poxml/antlr/antlr/TokenStreamRetryException.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'poxml/antlr/antlr/TokenStreamRetryException.hpp')
-rw-r--r--poxml/antlr/antlr/TokenStreamRetryException.hpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/poxml/antlr/antlr/TokenStreamRetryException.hpp b/poxml/antlr/antlr/TokenStreamRetryException.hpp
new file mode 100644
index 00000000..a940d8c4
--- /dev/null
+++ b/poxml/antlr/antlr/TokenStreamRetryException.hpp
@@ -0,0 +1,17 @@
+#ifndef INC_TokenStreamRetryException_hpp__
+#define INC_TokenStreamRetryException_hpp__
+
+#include "antlr/config.hpp"
+#include "antlr/TokenStreamException.hpp"
+
+ANTLR_BEGIN_NAMESPACE(antlr)
+
+class TokenStreamRetryException : public TokenStreamException {
+public:
+ TokenStreamRetryException() {}
+ ~TokenStreamRetryException() throw() {}
+};
+
+ANTLR_END_NAMESPACE
+
+#endif //INC_TokenStreamRetryException_hpp__