Alzabo (version 0.92)

Doc index

TOC | Top

NAME

Alzabo::Exceptions - Creates all exception subclasses used in Alzabo.

TOC | Top

SYNOPSIS

  use Alzabo::Exceptions;
TOC | Top

DESCRIPTION

Using this class creates all the exceptions classes used by Alzabo (via the Exception::Class class).

See Exception::Class for more information on how this is done.

TOC | Top

EXCEPTION CLASSES

TOC | Top

AUTHOR

Dave Rolsky, <autarch@urth.org>


Table of Contents

- NAME
- SYNOPSIS
- DESCRIPTION
- EXCEPTION CLASSES
                  - Alzabo::Exception
                  - Alzabo::Exception::Driver
                  - Alzabo::Exception::Eval
                  - Alzabo::Exception::Logic
                  - Alzabo::Exception::NoSuchRow
                  - Alzabo::Exception::NotNullable
                  - Alzabo::Exception::Panic
                  - Alzabo::Exception::Params
                  - Alzabo::Exception::RDBMSRules
                  - Alzabo::Exception::ReferentialIntegrity
                  - Alzabo::Exception::SQL
                  - Alzabo::Exception::Storable
                  - Alzabo::Exception::System
                  - Alzabo::Exception::VirtualMethod
- AUTHOR