| Constructor and Description |
|---|
HoldReporter()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpReports(Reporter reporter)
Dumps all reports received to date to a supplied reporter.
|
void |
report(ReportCode code,
String msg)
Reports a message.
|
void |
report(ReportCode code,
String msg,
Throwable err)
Reports a message with an associated throwable.
|
public void report(ReportCode code, String msg)
ReporterThis convenience method is equivalent to calling
report(code,message,null)
public void report(ReportCode code, String msg, Throwable err)
Reporterpublic void dumpReports(Reporter reporter)
reporter - destination reporterCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.