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

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 - List of the various exceptions.

VERSION

0.05

SYNOPSIS

To use the modules:

 use Games::Framework::RCP::Exceptions;
 # Find the right exception (in this case, DB_Gen_Exception)
 DB_Gen_Exception->throw( error => 'Your message here.' );

DESCRIPTION

This module houses all of the various exceptions that could be encountered while running this program. Each function in the other (non documentation) modules is to return either a simple true value or an actual context variable. If anything goes wrong in the subroutines, they are supposed to throw the error and abandon work.

It is the work of a driver program to keep an eye out for these exceptions and process them however said program wishes.

SUBROUTINES/METHODS

There are no subroutines in this module.

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.

  • Exception::Class

    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. 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

You can also look for information at:

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.