ANTLR Support Libraries 2.7.1+
|
Go to the documentation of this file. 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__
virtual ~IOException()
Definition: IOException.hpp:36
std ::exception io
Definition: IOException.hpp:26
IOException(const std ::string &mesg)
Definition: IOException.hpp:32
Definition: IOException.hpp:23
IOException(std ::exception &e)
Definition: IOException.hpp:28
#define ANTLR_API
Definition: config.hpp:22
Definition: ANTLRException.hpp:15
#define ANTLR_USE_NAMESPACE(_x_)
Definition: config.hpp:18