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