com.groiss.gui
Interface ErrorFormatter

All Known Implementing Classes:
DefaultErrorFormatter

public interface ErrorFormatter

Defines how to format the exceptions. The default implementation is the DefaultErrorFormatter.


Method Summary
 Page format(java.lang.Throwable e)
          Returns the page which is sent to the browser, containing the error message.
 

Method Detail

format

Page format(java.lang.Throwable e)
Returns the page which is sent to the browser, containing the error message.

Parameters:
e -
Returns:
the page, for example an HTMLPage object.


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.