NAME
OpenFrame::Exception - Provides exception handling for OpenFrame
SYNOPSIS
use OpenFrame::Exception;
my $excp = OpenFrame::Exception::Type->new( $message );
$excp->throw();
DESCRIPTION
As Perl does not have an exception mechanism of its own beyond $@, and as $@ is used frequently by OpenFrame, yet another exception mechanism is desirable within OpenFrame. There are three defined exception classes in OpenFrame: OpenFrame::Exception::Perl, OpenFrame::Exception::Application, and OpenFrame::Exception::Slot.
AUTHOR
James A. Duncan <jduncan@fotango.com>
BUGS
You can only write a slot to deal with one of any given exception classes.
COPYRIGHT
Copyright (C) 2001, Fotango Ltd.
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.