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

NAME

  OpenFrame::Exception - provides exception handling for OpenFrame

SYNOPSIS

  use OpenFrame::Exception;

  my $excp = OpenFrame::Exception::Type->new( $message );
  $excp->throw();

DESCRIPTION

As perl doesn't 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

BUGS

You can only write a slot to deal with one of any given exception classes.