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


DBIx-TextIndex documentation  | view source Contained in the DBIx-TextIndex distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

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




DESCRIPTION

Top

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

AUTHOR

Top

Daniel Koch, dkoch@cpan.org.

COPYRIGHT

Top

LICENSE

Top

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

Top

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.


DBIx-TextIndex documentation  | view source Contained in the DBIx-TextIndex distribution.