|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emfforms.spi.common.report.AbstractReport
org.eclipse.emfforms.spi.spreadsheet.core.EMFFormsSpreadsheetReport
public class EMFFormsSpreadsheetReport
The report to use for the ReportService
during the
Spreadsheet
export or import.
Field Summary | |
---|---|
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 Summary | |
---|---|
EMFFormsSpreadsheetReport(String message,
int severity)
Default constructor with a message. |
|
EMFFormsSpreadsheetReport(Throwable throwable,
int severity)
Default constructor with a Throwable . |
Method Summary |
---|
Methods inherited from class org.eclipse.emfforms.spi.common.report.AbstractReport |
---|
getException, getMessage, getSeverity, hasException |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INFO
public static final int WARNING
public static final int ERROR
Constructor Detail |
---|
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 report
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |