Package org.eclipse.emf.mwe.core.issues
Class MWEDiagnostic
java.lang.Object
org.eclipse.emf.common.util.BasicDiagnostic
org.eclipse.emf.mwe.core.issues.MWEDiagnostic
- All Implemented Interfaces:
org.eclipse.emf.common.util.Diagnostic
,org.eclipse.emf.common.util.DiagnosticChain
public class MWEDiagnostic
extends org.eclipse.emf.common.util.BasicDiagnostic
-
Field Summary
Fields inherited from class org.eclipse.emf.common.util.BasicDiagnostic
children, code, data, message, severity, source
Fields inherited from interface org.eclipse.emf.common.util.Diagnostic
CANCEL, CANCEL_INSTANCE, ERROR, INFO, OK, OK_INSTANCE, WARNING
-
Constructor Summary
ConstructorsConstructorDescriptionMWEDiagnostic
(int severity, String msg, Object element, String feature, Throwable t, List<Object> additionalData, WorkflowComponent ctx) -
Method Summary
Methods inherited from class org.eclipse.emf.common.util.BasicDiagnostic
add, addAll, dataAsList, getChildren, getCode, getData, getMessage, getSeverity, getSource, merge, recomputeSeverity, setCode, setSeverity, setSource, toDiagnostic, toDiagnostic, toIStatus, toIStatus
-
Constructor Details
-
MWEDiagnostic
-
-
Method Details
-
getException
- Specified by:
getException
in interfaceorg.eclipse.emf.common.util.Diagnostic
- Overrides:
getException
in classorg.eclipse.emf.common.util.BasicDiagnostic
-
getElement
-
getContext
-
toString
- Overrides:
toString
in classorg.eclipse.emf.common.util.BasicDiagnostic
-