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
virtual std ::string toString() const
Definition: ANTLRException.hpp:38
ANTLRException(const std ::string &s)
Create ANTLR base exception with error message.
Definition: ANTLRException.hpp:26
std ::string text
Definition: ANTLRException.hpp:53
ANTLRException()
Create ANTLR base exception without error message.
Definition: ANTLRException.hpp:22
virtual std ::string getMessage() const
Definition: ANTLRException.hpp:48
#define ANTLR_USE_NAMESPACE(_x_)
Definition: config.hpp:18