DISCLAIMER
This software is currently under development. It is not done. While it will not be done quickly, contributions can help make things go faster. Please contribute if you can.
NAME
Games::Framework::RCP::Exceptions::Database - Documentation module for Database exceptions.
VERSION
This is version 0.02 of the module.
SYNOPSIS
View the base Exceptions manpage for more information.
DESCRIPTION
This module focuses on the various Database related exceptions one can experience. Such exceptions include wrong variable types, bad login information, and more.
It is recommended to only throw this particular exception if no other error has been defined.
SUBROUTINES/METHODS
description
Return the simple description of the exception.
DIAGNOSTICS
There are no known problems, and therefore no need to provide solutions.
CONFIGURATION AND ENVIRONMENT
No configuration should be required.
DEPENDENCIES
The requirements for this module are as follows:
Perl 5.10 or higher
Some of the new syntax operators are used.
Games::Framework::RCP::Exceptions
The exceptions originate from there.
-
This powers the exceptions.
INCOMPATIBILITIES
There are no known incompatibilities in this module.
AUTHOR
Jason Felds, <wolfman.ncsu2000 at gmail.com>
BUGS AND LIMITATIONS
Please report any bugs or feature requests to bug-Games-Framework-RCP at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Games-Framework-RCP-Exceptions-Database. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Games::Framework::RCP::Exceptions::Database
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Games-Framework-RCP-Exceptions-Database
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/Games-Framework-RCP-Exceptions-Database
CPAN Ratings
http://cpanratings.perl.org/d/Games-Framework-RCP-Exceptions-Database
Search CPAN
http://search.cpan.org/dist/Games-Framework-RCP-Exceptions-Database/
ACKNOWLEDGEMENTS
See Games::Framework::RCP for all acknowledgements.
LICENSE AND COPYRIGHT
Copyright 2008 Jason Felds, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.