LibWeb::HTML::Error - Displaying error messages in html for libweb
applications
LibWeb::HTML::Error - Displaying error messages in html for libweb
applications
- BSD, Linux, Solaris and Windows.
-
You do not use this class directly; use LibWeb::HTML::Default instead. See LibWeb::HTML::Default.
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:
- 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()
- Colin Kong (colin.kong(at)utoronto.ca)
-
LibWeb::Core, LibWeb::HTML::Standard, LibWeb::HTML::Default.
|