OpenFrame::WebApp::Template::Error - Template errors


OpenFrame-WebApp documentation  | view source Contained in the OpenFrame-WebApp distribution.

Index


NAME

Top

OpenFrame::WebApp::Template::Error - Template errors

SYNOPSIS

Top

  use OpenFrame::WebApp::Template::Error;
  throw OpenFrame::WebApp::Template::Error( flag     => eTemplateError,
                                            message  => $text,
                                            template => $file );

DESCRIPTION

Top

Template Error class. Inherits interface from OpenFrame::WebApp::Error.

EXPORTED FLAGS

Top

 eTemplateError
 eTemplateNotFound

METHODS

Top

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

Top

Steve Purkis <spurkis@quiup.com>

COPYRIGHT

Top

SEE ALSO

Top

OpenFrame::WebApp::Error, OpenFrame::WebApp::Template


OpenFrame-WebApp documentation  | view source Contained in the OpenFrame-WebApp distribution.