![]() |
![]()
| ![]() |
![]()
NAMESearch::Xapian::Error - Base class for all exceptions in Search::Xapian DESCRIPTIONThis is an abstract class in C++, i.e. it cannot be instantiated directly. In Perl there is no such concept, but you should not need to create instances of this class yourself. METHODSAll exception objects have the following methods get_msgReturns a string with a descriptive error message, useful for outputting get_typeThe type of this error (e.g. "DocNotFoundError"). get_contextOptional context information, returned as a string get_error_stringReturns any error string from errno or similar associated with this error
|