org.eclipse.emf.mwe.core.issues
Class MWEDiagnostic

java.lang.Object
  extended by org.eclipse.emf.common.util.BasicDiagnostic
      extended by 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
MWEDiagnostic(int severity, java.lang.String msg, java.lang.Object element, java.lang.String feature, java.lang.Throwable t, java.util.List<java.lang.Object> additionalData, WorkflowComponent ctx)
           
 
Method Summary
 WorkflowComponent getContext()
           
 java.lang.Object getElement()
           
 java.lang.Throwable getException()
           
 java.lang.String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MWEDiagnostic

public MWEDiagnostic(int severity,
                     java.lang.String msg,
                     java.lang.Object element,
                     java.lang.String feature,
                     java.lang.Throwable t,
                     java.util.List<java.lang.Object> additionalData,
                     WorkflowComponent ctx)
Method Detail

getException

public java.lang.Throwable getException()
Specified by:
getException in interface org.eclipse.emf.common.util.Diagnostic
Overrides:
getException in class org.eclipse.emf.common.util.BasicDiagnostic

getElement

public java.lang.Object getElement()

getContext

public WorkflowComponent getContext()

toString

public java.lang.String toString()
Overrides:
toString in class org.eclipse.emf.common.util.BasicDiagnostic