com.groiss.gui
Class DefaultErrorFormatter
java.lang.Object
com.groiss.gui.DefaultErrorFormatter
- All Implemented Interfaces:
- ErrorFormatter
public class DefaultErrorFormatter
- extends Object
- implements ErrorFormatter
This class is responsible for showing the error page.
|
Method Summary |
Page |
format(Throwable e)
Returns the page which is sent to the browser, containing the error message. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
page
protected HTMLPage page
DefaultErrorFormatter
public DefaultErrorFormatter()
format
public Page format(Throwable e)
- Description copied from interface:
ErrorFormatter
- Returns the page which is sent to the browser, containing the error message.
- Specified by:
format in interface ErrorFormatter
- Returns:
- the page, for example an HTMLPage object.
@enterprise 8.0.10078 Copyright © 2001-2011 Groiss Informatics GmbH. All Rights Reserved.