1 #ifndef INC_ANTLRException_hpp__
2 #define INC_ANTLRException_hpp__
14 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
55 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
59 #endif //INC_ANTLRException_hpp__
Definition: ANTLRException.hpp:15
virtual ~ANTLRException()
Definition: ANTLRException.hpp:30
Definition: ANTLRException.hpp:18
#define ANTLR_API
Definition: config.hpp:22
ANTLRException()
Create ANTLR base exception without error message.
Definition: ANTLRException.hpp:22
#define ANTLR_USE_NAMESPACE(_x_)
Definition: config.hpp:18
ANTLRException(const std::string &s)
Create ANTLR base exception with error message.
Definition: ANTLRException.hpp:26