Class ErrorInformation


  • public class ErrorInformation
    extends java.lang.Object
    Error information for a RuleFailedException that will be used primarily for error marker generation.
    Author:
    Lorenzo Bettini
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorInformation​(org.eclipse.emf.ecore.EObject source)  
      ErrorInformation​(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature feature)  
      ErrorInformation​(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature feature, java.lang.Object data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getData()  
      org.eclipse.emf.ecore.EStructuralFeature getFeature()  
      org.eclipse.emf.ecore.EObject getSource()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorInformation

        public ErrorInformation​(org.eclipse.emf.ecore.EObject source,
                                org.eclipse.emf.ecore.EStructuralFeature feature,
                                java.lang.Object data)
        Since:
        1.7
      • ErrorInformation

        public ErrorInformation​(org.eclipse.emf.ecore.EObject source,
                                org.eclipse.emf.ecore.EStructuralFeature feature)
      • ErrorInformation

        public ErrorInformation​(org.eclipse.emf.ecore.EObject source)
    • Method Detail

      • getSource

        public org.eclipse.emf.ecore.EObject getSource()
      • getFeature

        public org.eclipse.emf.ecore.EStructuralFeature getFeature()
      • getData

        public java.lang.Object getData()
        Since:
        1.7