MySQL++ SSQLS v2 Translator
3.2.5
|
Exception object thrown by File::error() to report an SSQLS v2 parsing error. More...
#include <parsev2.h>
Public Member Functions | |
ParseException (const std::string &what, const std::string &file_name, size_t line) | |
Constructor. More... | |
~ParseException () throw () | |
Destructor. | |
const char * | file_name () const |
Get name of file where error occurred. | |
size_t | line () const |
Get line number where error occurred. | |
Exception object thrown by File::error() to report an SSQLS v2 parsing error.
|
inline |
Constructor.
what | description of what went wrong parsing the line |
file_name | name of source file where error occurred |
line | line number in source file where error occurred |