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

NAME

Tree::Visualize::Exceptions - A set of exception object for the Tree::Visualize module

SYNOPSIS

    use Tree::Visualize::Exceptions;                                   

DESCRIPTION

This package just creates a bunch of Class::Throwable exception objects.

EXCEPTIONS

Tree::Visualize::InsufficientArguments
Tree::Visualize::IncorrectObjectType
Tree::Visualize::IllegalOperation
Tree::Visualize::OperationFailed
Tree::Visualize::MethodNotImplemented
Tree::Visualize::KeyDoesNotExist

BUGS

None that I am aware of. Of course, if you find a bug, let me know, and I will be sure to fix it.

CODE COVERAGE

I use Devel::Cover to test the code coverage of my tests, below is the Devel::Cover report on this module test suite.

SEE ALSO

Class::Throwable

AUTHOR

stevan little, <stevan@iinteractive.com>

COPYRIGHT AND LICENSE

Copyright 2004 by Infinity Interactive, Inc.

http://www.iinteractive.com

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