summaryrefslogtreecommitdiffstats
path: root/poxml/antlr/antlr/TokenStreamRetryException.hpp
blob: a940d8c4b5ef20122ad257f37f67c53a75bdea02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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__