xapian-core  1.4.25
List of all members
Xapian::RuntimeError Class Reference

The base class for exceptions indicating errors only detectable at runtime. More...

#include <error.h>

+ Inheritance diagram for Xapian::RuntimeError:

Additional Inherited Members

- Public Member Functions inherited from Xapian::Error
const char * get_type () const
 The type of this error (e.g. "DocNotFoundError".)
 
const std::string & get_msg () const
 Message giving details of the error, intended for human consumption.
 
const std::string & get_context () const
 Optional context information.
 
const char * get_error_string () const
 Returns any system error string associated with this exception.
 
std::string get_description () const
 Return a string describing this object.
 

Detailed Description

The base class for exceptions indicating errors only detectable at runtime.

A subclass of RuntimeError will be thrown if Xapian detects an error which is exception derived from RuntimeError is thrown when an error is caused by problems with the data or environment rather than a programming mistake.


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