1 package Xapian
::RuntimeError
;
5 Xapian::RuntimeError - The base class for exceptions indicating errors only detectable at runtime.
9 This is an abstract class in C++, i.e. it cannot be instantiated directly,
10 hence in Perl it has no C<new> method.
12 A subclass of RuntimeError will be thrown if Xapian detects an error
13 which is exception derived from RuntimeError is thrown when an
14 error is caused by problems with the data or environment rather
15 than a programming mistake.