ClearPress::view::error - specialised view for error handling


ClearPress documentation  | view source Contained in the ClearPress distribution.

Index


NAME

Top

ClearPress::view::error - specialised view for error handling

VERSION

Top

$LastChangedRevision: 384 $

SYNOPSIS

Top

DESCRIPTION

Top

SUBROUTINES/METHODS

Top

errstr - Get/set accessor for an error string to display

  $oErrorView->errstr($sErrorMessage);
  my $sErrorMessage = $oErrorView->errstr();

render - encapsulated HTML rather than a template, in case the template has caused the error

  my $sErrorOutput = $oErrorView->render();

DIAGNOSTICS

Top

CONFIGURATION AND ENVIRONMENT

Top

DEPENDENCIES

Top

strict
warnings
base
ClearPress::view
Class::Accessor
English
Template
Carp

INCOMPATIBILITIES

Top

BUGS AND LIMITATIONS

Top

AUTHOR

Top

Roger Pettett, <rpettett@cpan.org>

LICENSE AND COPYRIGHT

Top


ClearPress documentation  | view source Contained in the ClearPress distribution.