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