|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReportUtil
public class ExceptionReportUtil
Utilities for logging exception details in an ExceptionReport
.
Constructor Summary | |
---|---|
ExceptionReportUtil()
|
Method Summary | |
---|---|
static java.lang.String |
generateReportString(java.lang.String reportTitle,
ExceptionReport report,
boolean includeStackTrace)
Generate a string suitable for logging from the given report. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionReportUtil()
Method Detail |
---|
public static java.lang.String generateReportString(java.lang.String reportTitle, ExceptionReport report, boolean includeStackTrace)
reportTitle
- the title to include at the top of the log messagereport
- the reportincludeStackTrace
- whether to include the details of any exceptions raised
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |