The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::TextIndex::Exception - OO Exceptions for DBIx::TextIndex

SYNOPSIS

 use DBIx::TextIndex::Exception qw(throw_gen throw_query)

 throw_gen("Error");
 throw_query("Bad query");

DESCRIPTION

Contains a hierarchy of exceptions by subclassing Exception::Class. Used internally by DBIx::TextIndex.

AUTHOR

Daniel Koch, dkoch@cpan.org.

COPYRIGHT

Copyright 1997-2007 by Daniel Koch. All rights reserved.

LICENSE

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, i.e., under the terms of the "Artistic License" or the "GNU General Public License".

DISCLAIMER

This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the "GNU General Public License" for more details.