public class NoPropertyDescriptorFoundExeption extends ECPRendererException
EObject and its EStructuralFeature.| Constructor and Description |
|---|
NoPropertyDescriptorFoundExeption(org.eclipse.emf.ecore.EObject modelElement,
org.eclipse.emf.ecore.EStructuralFeature targetFeature)
Constructor for an
Exception which indicates, that no
ItemPropertyDescriptor was found. |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EObject |
getModelElement()
The
EObject which has a missing ItemPropertyDescriptor. |
org.eclipse.emf.ecore.EStructuralFeature |
getTargetFeature()
The
EStructuralFeature which misses a ItemPropertyDescriptor. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoPropertyDescriptorFoundExeption(org.eclipse.emf.ecore.EObject modelElement,
org.eclipse.emf.ecore.EStructuralFeature targetFeature)
Exception which indicates, that no
ItemPropertyDescriptor was found.modelElement - the EObject the ItemPropertyDescriptor was not found fortargetFeature - the EStructuralFeature the
ItemPropertyDescriptor was not found forpublic org.eclipse.emf.ecore.EObject getModelElement()
EObject which has a missing ItemPropertyDescriptor.EObjectpublic org.eclipse.emf.ecore.EStructuralFeature getTargetFeature()
EStructuralFeature which misses a ItemPropertyDescriptor.EStructuralFeatureCopyright © 2020. All rights reserved.