OpenStructure
|
#include <query_error.hh>
Public Member Functions | |
QueryError (const String &query, const QueryErrorDesc &desc) throw () | |
~QueryError () throw () | |
const String & | GetMessage () const throw () |
const Range & | GetRange () const |
String | GetFormattedMessage () const throw () |
const String & | GetQueryString () const throw () |
Definition at line 38 of file query_error.hh.
QueryError | ( | const String & | query, |
const QueryErrorDesc & | desc | ||
) | throw () |
~QueryError | ( | ) | throw () |
String GetFormattedMessage | ( | ) | const throw () |
Get nicely formatted error message.
const String& GetMessage | ( | ) | const throw () |
Get error description.
const String& GetQueryString | ( | ) | const throw () |
Get original query String.
const Range& GetRange | ( | ) | const |