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

NAME

TeX::AutoTeX::Exception - framework for exception handling in TeX::AutoTeX

DESCRIPTION

This is the base class for exception handling. The idea is to subclass this for specific error conditions. Each of the Exception classes (stubs) above can be customized individually to meet specific needs. More types can be easily added if necessary.

METHODS

new

Instantiate an Exception object with customization of the textual representation of the error message.

BUGS AND LIMITATIONS

Using the Error module is no longer recommended. Exception handling should be migrated to something like Try::Tiny or Error::TryCatch.

Please report bugs to www-admin

AUTHOR

Thorsten Schwander for arXiv.org

LICENSE AND COPYRIGHT

Copyright (c) 2008 - 2010 arxiv.org http://arXiv.org/help/contact

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