7 #ifndef HIGHLIGHTBUILDEREXCEPTION_H_
8 #define HIGHLIGHTBUILDEREXCEPTION_H_
11 #include <boost/regex/pattern_except.hpp>
33 const boost::regex_error &e = boost::regex_error(boost::regex_constants::error_bad_pattern));
36 const boost::regex_error &e = boost::regex_error(boost::regex_constants::error_bad_pattern));
39 virtual const
char* what ( ) const throw () ;
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
Definition: highlightbuilderexception.h:18
unsigned int line
line of the element that caused this exception
Definition: highlightbuilderexception.h:29
std::string message
detailed message for this exception
Definition: highlightbuilderexception.h:20
std::string filename
filename of the element that caused this exception
Definition: highlightbuilderexception.h:26
boost::regex_error causedBy
possible exception that caused this one
Definition: highlightbuilderexception.h:23
Stores information about the file name and the line number of a generic element created during parsin...
Definition: parserinfo.h:23