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.IOException
public void report(java.lang.String message, java.lang.Throwable e, java.util.List sections) throws java.io.IOException
report
in interface ExceptionReporter
java.io.IOException
protected void initIndexFile() throws java.io.IOException
java.io.IOException
protected void appendToIndexFile(java.io.File errorFile, java.lang.Throwable t) throws java.io.IOException
java.io.IOException
protected void writeln(java.io.BufferedWriter out, java.lang.String s) throws java.io.IOException
java.io.IOException
protected int getLastHandledErNo()
protected java.lang.String getHeader(java.lang.Throwable t, int i)