|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.groiss.gui.DefaultErrorFormatter
public class DefaultErrorFormatter
This class is responsible for showing the error page.
Field Summary | |
---|---|
protected HTMLPage |
page
|
Constructor Summary | |
---|---|
DefaultErrorFormatter()
|
Method Summary | |
---|---|
boolean |
canShowDetails()
|
void |
fillInDetails(java.lang.Throwable e)
|
Page |
format(java.lang.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 |
Field Detail |
---|
protected HTMLPage page
Constructor Detail |
---|
public DefaultErrorFormatter()
Method Detail |
---|
public Page format(java.lang.Throwable e)
ErrorFormatter
format
in interface ErrorFormatter
public void fillInDetails(java.lang.Throwable e)
public boolean canShowDetails()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |