NAME
Tree::Simple::Manager::Exceptions - A set of exception classes for Tree::Simple::Manager
SYNOPSIS
use Tree::Simple::Manager::Exceptions;
DESCRIPTION
This module just creates a number of exceptions for use with the Tree::Simple::Manager classes.
EXCEPTIONS
- Tree::Simple::Manager::InsufficientArguments
- Tree::Simple::Manager::IllegalOperation
- Tree::Simple::Manager::KeyDoesNotExist
- Tree::Simple::Manager::DuplicateName
- Tree::Simple::Manager::IncorrectObjectType
- Tree::Simple::Manager::OperationFailed
- Tree::Simple::Manager::IncorrectObjectType
SEE ALSO
AUTHOR
stevan little, <stevan@iinteractive.com>
COPYRIGHT AND LICENSE
Copyright 2004-2007 by Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.