org.eclipse.emf.emfstore.internal.server.model.versioning.operations
Class UnkownFeatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.internal.server.model.versioning.operations.UnkownFeatureException
All Implemented Interfaces:
Serializable

public class UnkownFeatureException
extends Exception

Represents the exception that a feature is not known to a model element.

Author:
koegel
See Also:
Serialized Form

Constructor Summary
UnkownFeatureException(org.eclipse.emf.ecore.EClass eClass, String featureName)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnkownFeatureException

public UnkownFeatureException(org.eclipse.emf.ecore.EClass eClass,
                              String featureName)
Constructor.

Parameters:
eClass - the EClass of the element
featureName - the missing features name


Copyright © 2015. All Rights Reserved.