|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.BasicDiagnostic.DiagnosticWrapper
private static class BasicDiagnostic.DiagnosticWrapper
| Field Summary | |
|---|---|
protected java.util.List<java.lang.Object> |
data
|
protected org.eclipse.core.runtime.IStatus |
status
|
protected java.util.List<Diagnostic> |
unmodifiableWrappedChildren
|
protected java.util.List<Diagnostic> |
wrappedChildren
|
| Fields inherited from interface org.eclipse.emf.common.util.Diagnostic |
|---|
CANCEL, CANCEL_INSTANCE, ERROR, INFO, OK, OK_INSTANCE, WARNING |
| Constructor Summary | |
|---|---|
BasicDiagnostic.DiagnosticWrapper(org.eclipse.core.runtime.IStatus status)
|
|
| Method Summary | |
|---|---|
java.util.List<Diagnostic> |
basicGetChildren()
|
static Diagnostic |
convert(org.eclipse.core.runtime.IStatus status)
|
java.util.List<Diagnostic> |
getChildren()
Returns the list of child diagnostics. |
int |
getCode()
Returns source-specific identity code. |
java.util.List<?> |
getData()
Returns the arbitrary associated list of data. |
java.lang.Throwable |
getException()
Returns the relevant low-level exception, or null if none. |
java.lang.String |
getMessage()
Returns a message describing the situation. |
int |
getSeverity()
Returns an indicator of the severity of the problem. |
java.lang.String |
getSource()
Returns the unique identifier of the source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.eclipse.core.runtime.IStatus status
protected java.util.List<Diagnostic> wrappedChildren
protected java.util.List<Diagnostic> unmodifiableWrappedChildren
protected java.util.List<java.lang.Object> data
| Constructor Detail |
|---|
public BasicDiagnostic.DiagnosticWrapper(org.eclipse.core.runtime.IStatus status)
| Method Detail |
|---|
public int getCode()
Diagnosticsource-specific identity code.
getCode in interface Diagnosticpublic java.lang.String getMessage()
Diagnostic
getMessage in interface Diagnosticpublic int getSeverity()
Diagnostic
getSeverity in interface Diagnosticpublic java.lang.String getSource()
Diagnostic
getSource in interface Diagnosticpublic java.lang.Throwable getException()
Diagnosticnull if none.
getException in interface Diagnosticpublic java.util.List<Diagnostic> basicGetChildren()
public java.util.List<Diagnostic> getChildren()
Diagnosticdiagnostics.
getChildren in interface Diagnosticpublic java.util.List<?> getData()
Diagnostic
getData in interface Diagnosticpublic static Diagnostic convert(org.eclipse.core.runtime.IStatus status)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||