NAME
OpenFrame::WebApp::Template::Error - Template errors
SYNOPSIS
use OpenFrame::WebApp::Template::Error;
throw OpenFrame::WebApp::Template::Error( flag => eTemplateError,
message => $text,
template => $file );
DESCRIPTION
Template Error class. Inherits interface from OpenFrame::WebApp::Error
.
EXPORTED FLAGS
eTemplateError
eTemplateNotFound
METHODS
- message
-
set/get error message emitted by the template processing engine (if any).
- template
-
set/get template file associated with this error (if any).
AUTHOR
Steve Purkis <spurkis@quiup.com>
COPYRIGHT
Copyright (c) 2003 Steve Purkis. All rights reserved. Released under the same license as Perl itself.