|
|||||||||
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.emf.ecp.view.spi.model.reporting.StatusReport
public class StatusReport
A Status
that may be passed to the report service.
Constructor Summary | |
---|---|
StatusReport(org.eclipse.core.runtime.Status status)
Constructor. |
Method Summary | |
---|---|
Throwable |
getException()
Returns the exception this report is based on, if any. |
String |
getMessage()
Returns the report message. |
int |
getSeverity()
Returns the status of this report. |
boolean |
hasException()
Whether this report is based upon an exception. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatusReport(org.eclipse.core.runtime.Status status)
status
- the status to be wrappedMethod Detail |
---|
public String getMessage()
getMessage
in class AbstractReport
AbstractReport.getMessage()
public boolean hasException()
hasException
in class AbstractReport
true
, if this report is based upon an exception, false
otherwiseAbstractReport.hasException()
public Throwable getException()
getException
in class AbstractReport
null
AbstractReport.getException()
public int getSeverity()
getSeverity
in class AbstractReport
AbstractReport.getSeverity()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |