|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectotie.component.PageComponent
otie.component.ErrorFile
Title: ErrorFile
Description: Creates a error element into a XML file
Copyright: Copyright (c) Petteri Nurmi 2004
Company: Helsinki Institute for Information Technology
Field Summary | |
private java.lang.Exception |
ex
The exception of which to create the error message. |
Fields inherited from class otie.component.PageComponent |
pMan, xFile |
Constructor Summary | |
ErrorFile(java.lang.Exception ex)
Create a new XML error file. |
Method Summary | |
protected void |
generateContent()
Overrides the PageComponent generateContent() method. |
Methods inherited from class otie.component.PageComponent |
getContent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.Exception ex
Constructor Detail |
public ErrorFile(java.lang.Exception ex)
ex
- Exception The exception of which the error file is to be created.Method Detail |
protected void generateContent()
generateContent
in class PageComponent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |