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

    Constructors
    Constructor
    Description
    MWEDiagnostic(int severity, String msg, Object element, String feature, Throwable t, List<Object> additionalData, WorkflowComponent ctx)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
     

    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 Details

  • Method Details

    • getException

      public 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 Object getElement()
    • getContext

      public WorkflowComponent getContext()
    • toString

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