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


NAME

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


SUPPORTED PLATFORMS

BSD, Linux, Solaris and Windows.


REQUIRE


ISA


SYNOPSIS

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


ABSTRACT

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

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 the LibWeb::Core manpage 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

Colin Kong (colin.kong@toronto.edu)


CREDITS


BUGS


SEE ALSO

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

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