|
LibWeb::HTML::Error - Displaying error messages in html for libweb applications |
LibWeb::HTML::Error - Displaying error messages in html for libweb applications
You do not use this class directly; use LibWeb::HTML::Default instead. See the LibWeb::HTML::Default manpage.
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
display_error()
Params:
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()
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 |