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
IOException(std ::exception &e)
Definition: IOException.hpp:28
#define ANTLR_API
Definition: config.hpp:22
std ::exception io
Definition: IOException.hpp:26
virtual ~IOException()
Definition: IOException.hpp:36
Definition: IOException.hpp:23
IOException(const std ::string &mesg)
Definition: IOException.hpp:32
#define ANTLR_USE_NAMESPACE(_x_)
Definition: config.hpp:18