public class HTMLReporter extends java.lang.Object implements ExceptionReporter
| Constructor and Description |
|---|
HTMLReporter(java.io.File directory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendToIndexFile(java.io.File errorFile,
java.lang.Throwable t) |
protected java.lang.String |
getHeader(java.lang.Throwable t,
int i) |
protected int |
getLastHandledErNo() |
protected void |
initIndexFile() |
void |
report(java.lang.String message,
java.lang.Throwable e,
java.util.List sections) |
protected void |
writeln(java.io.BufferedWriter out,
java.lang.String s) |
public HTMLReporter(java.io.File directory)
throws java.io.IOException
java.io.IOExceptionpublic void report(java.lang.String message,
java.lang.Throwable e,
java.util.List sections)
throws java.io.IOException
report in interface ExceptionReporterjava.io.IOExceptionprotected void initIndexFile()
throws java.io.IOException
java.io.IOExceptionprotected void appendToIndexFile(java.io.File errorFile,
java.lang.Throwable t)
throws java.io.IOException
java.io.IOExceptionprotected void writeln(java.io.BufferedWriter out,
java.lang.String s)
throws java.io.IOException
java.io.IOExceptionprotected int getLastHandledErNo()
protected java.lang.String getHeader(java.lang.Throwable t,
int i)