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