OpenStructure
Public Member Functions
QueryError Class Reference

#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 ()

Detailed Description

Definition at line 38 of file query_error.hh.


Constructor & Destructor Documentation

QueryError ( const String &  query,
const QueryErrorDesc &  desc 
) throw ()
~QueryError ( ) throw ()

Member Function Documentation

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

The documentation for this class was generated from the following file: