Class ExceptionReportUtil
java.lang.Object
com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReportUtil
Utilities for logging exception details in an
ExceptionReport.- Since:
- 5.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgenerateReportString(String reportTitle, ExceptionReport report, boolean includeStackTrace) Generate a string suitable for logging from the given report.
-
Constructor Details
-
ExceptionReportUtil
public ExceptionReportUtil()
-
-
Method Details
-
generateReportString
public static String generateReportString(String reportTitle, ExceptionReport report, boolean includeStackTrace) Generate a string suitable for logging from the given report.- Parameters:
reportTitle- the title to include at the top of the log messagereport- the reportincludeStackTrace- whether to include the details of any exceptions raised- Returns:
- the report string
-