OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions
QueryError Class Reference

#include <query_error.hh>

Inherits Error.

Public Member Functions

 QueryError (const String &query, const QueryErrorDesc &desc) throw ()
 ~QueryError () throw ()
const StringGetMessage () const throw ()
const RangeGetRange () const
String GetFormattedMessage () const throw ()
const StringGetQueryString () const throw ()
- Public Member Functions inherited from Error
 Error (const String &m)

Detailed Description

Definition at line 39 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: