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

NAME

Wombat::Exception - Wombat exception base class

SYNOPSIS

DESCRIPTION

This package provides exception types specific to Wombat. Unless otherwise specified, all classes extend Servlet::Util::Exception.

EXCEPTION SUBCLASSESS

Wombat::ConfigException

Thrown to indicate that a validity error was encountered in server or application configuration.

Wombat::LifecycleException

Thrown to indicate that a component cannot be started or stopped.

Wombat::XmlException

Thrown to indicate that an error occurred during XML processing.

SEE ALSO

Servlet::Util::Exception

AUTHOR

Brian Moseley, bcm@maz.org