Package org.eclipse.xsemantics.runtime
Class ErrorInformation
- java.lang.Object
-
- org.eclipse.xsemantics.runtime.ErrorInformation
-
public class ErrorInformation extends java.lang.ObjectError 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.ObjectgetData()org.eclipse.emf.ecore.EStructuralFeaturegetFeature()org.eclipse.emf.ecore.EObjectgetSource()
-
-
-
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)
-
-