The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

GX::Exception::Formatter::HTML - Helper class for rendering exceptions as HTML

SYNOPSIS

None.

DESCRIPTION

This module provides the GX::Exception::Formatter::HTML class which extends the GX::Class::Object class.

METHODS

Constructor

new

Returns a new GX::Exception::Formatter::HTML object.

    $formatter = GX::Exception::Formatter::HTML->new;
Returns:

Public Methods

format

Renders the given exception object as HTML.

    $html = $formatter->format( $exception );
Arguments:
Returns:
  • $html ( string )

This method can also be called as a class method.

SEE ALSO

AUTHOR

Jörg A. Uzarek <uzarek@runlevelnull.de>

COPYRIGHT AND LICENSE

Copyright (c) 2009-2011 Jörg A. Uzarek.

This module is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License Version 3 as published by the Free Software Foundation.