public class EMFFormsSpreadsheetReport extends AbstractReport
ReportService during the
Spreadsheet
export or import.| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR
Constant for the ERROR severity.
|
static int |
INFO
Constant for the INFO severity.
|
static int |
WARNING
Constant for the WARNING severity.
|
| Constructor and Description |
|---|
EMFFormsSpreadsheetReport(String message,
int severity)
Default constructor with a message.
|
EMFFormsSpreadsheetReport(Throwable throwable,
int severity)
Default constructor with a
Throwable. |
getException, getMessage, getSeverity, hasException, setException, setMessagepublic static final int INFO
public static final int WARNING
public static final int ERROR
public EMFFormsSpreadsheetReport(Throwable throwable, int severity)
Throwable.throwable - The Throwable to reportseverity - The severity of the reportpublic EMFFormsSpreadsheetReport(String message, int severity)
message - The message to reportseverity - The severity of the reportCopyright © 2019. All rights reserved.