LibWeb::HTML::Error - Displaying error messages in html for libweb


LibWeb documentation  | view source Contained in the LibWeb distribution.

Index


NAME

Top

LibWeb::HTML::Error - Displaying error messages in html for libweb applications

SUPPORTED PLATFORMS

Top

BSD, Linux, Solaris and Windows.

REQUIRE

Top

ISA

Top

SYNOPSIS

Top

You do not use this class directly; use LibWeb::HTML::Default instead. See LibWeb::HTML::Default.

ABSTRACT

Top

This class defines a method for displaying error messages in HTML. Several basic error messages are also defined.

The current version of LibWeb::HTML::Error is available at

   http://libweb.sourceforge.net

Several LibWeb applications (LEAPs) have be written, released and are available at

   http://leaps.sourceforge.net

DESCRIPTION

Top

METHODS

display_error()

Params:

caller, error_msg, error_input, help_msg

Pre:

Post:

NOTE:

Do not call this method directly, call LibWeb::Core::fatal() instead. See LibWeb::Core for details.

All of the following methods return a SCALAR reference to an error message in HTML.

mysterious_error()

special_characters_not_allowed()

hit_back_and_edit()

post_too_large()

database_error()

login_failed()

logout_failed()

login_expired()

exceeded_max_login_attempt()

registration_failed()

cookie_error()

AUTHORS

Top

Colin Kong (colin.kong@toronto.edu)

CREDITS

Top

BUGS

Top

SEE ALSO

Top

LibWeb::Core, LibWeb::HTML::Standard, LibWeb::HTML::Default.


LibWeb documentation  | view source Contained in the LibWeb distribution.