1 #ifndef INC_IOException_hpp__
2 #define INC_IOException_hpp__
15 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
29 : ANTLRException(e.what())
33 : ANTLRException(mesg)
41 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
45 #endif //INC_IOException_hpp__
Definition: ANTLRException.hpp:15
#define ANTLR_API
Definition: config.hpp:22
virtual ~IOException()
Definition: IOException.hpp:36
Definition: IOException.hpp:23
#define ANTLR_USE_NAMESPACE(_x_)
Definition: config.hpp:18
IOException(const std::string &mesg)
Definition: IOException.hpp:32