Class NoPropertyDescriptorFoundExeption

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoPropertyDescriptorFoundExeption
    extends ECPRendererException
    Exception indicating, that an ItemPropertyDescriptor could not be found for an EObject and its EStructuralFeature.
    Since:
    1.2
    Author:
    Eugen Neufeld
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • NoPropertyDescriptorFoundExeption

        public NoPropertyDescriptorFoundExeption​(org.eclipse.emf.ecore.EObject modelElement,
                                                 org.eclipse.emf.ecore.EStructuralFeature targetFeature)
        Constructor for an Exception which indicates, that no ItemPropertyDescriptor was found.
        Parameters:
        modelElement - the EObject the ItemPropertyDescriptor was not found for
        targetFeature - the EStructuralFeature the ItemPropertyDescriptor was not found for
    • Method Detail

      • getModelElement

        public org.eclipse.emf.ecore.EObject getModelElement()
        The EObject which has a missing ItemPropertyDescriptor.
        Returns:
        the EObject
      • getTargetFeature

        public org.eclipse.emf.ecore.EStructuralFeature getTargetFeature()
        The EStructuralFeature which misses a ItemPropertyDescriptor.
        Returns:
        the EStructuralFeature