Error::Exception - Combines Error and Exception::Class with correct stringication


Error-Exception documentation  | view source Contained in the Error-Exception distribution.

Index


NAME

Top

Error::Exception - Combines Error and Exception::Class with correct stringication

SYNOPSIS

Top

A base exception class that combines the functionality of the Error and Exception::Class packages and stringifies properly when uncaught even in Test::Unit context.

FUNCTIONS

Top

new

Instantiates the object and handles the initialization of the base classes properly.

stringify

Converts a derived exception into a usable string for debugging.

Throws

Nothing

AUTHOR

Top

Stephen Vance, <steve at vance.com>

BUGS

Top

Please report any bugs or feature requests to bug-error-exception at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Error-Exception. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Error::Exception

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Error-Exception

* CPAN Ratings

http://cpanratings.perl.org/d/Error-Exception

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Error-Exception

* Search CPAN

http://search.cpan.org/dist/Error-Exception

ACKNOWLEDGEMENTS

Top

Thank you to The MathWorks, Inc. for sponsoring this work and to the BaT Team for their valuable input, review, and contributions.

COPYRIGHT

Top

LICENSE

Top

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


Error-Exception documentation  | view source Contained in the Error-Exception distribution.