Factor out function to decode 2 hex digits
[xapian.git] / xapian-bindings / perl / Xapian / RuntimeError.pm
blobd3d5616cbf57b9d378b2937ae2c15eef795e5de1
1 package Xapian::RuntimeError;
3 =head1 NAME
5 Xapian::RuntimeError - The base class for exceptions indicating errors only detectable at runtime.
7 =head1 DESCRIPTION
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.
18 =cut