1#ifndef INC_ANTLRException_hpp__
2#define INC_ANTLRException_hpp__
11#include <antlr/config.hpp>
14#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
38 virtual ANTLR_USE_NAMESPACE(std)
string toString()
const
48 virtual ANTLR_USE_NAMESPACE(std)
string getMessage()
const
53 ANTLR_USE_NAMESPACE(std)
string text;
55#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
ANTLRException(const std ::string &s)
Create ANTLR base exception with error message.
virtual std::string getMessage() const
Return error message without additional info (if present)
ANTLRException()
Create ANTLR base exception without error message.
virtual std::string toString() const
Return complete error message with line/column number info (if present)