org.eclipse.emf.emfstore.internal.client.model.exceptions
Class EMFStorePropertiesOutdatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.internal.client.model.exceptions.EMFStorePropertiesOutdatedException
All Implemented Interfaces:
Serializable

public class EMFStorePropertiesOutdatedException
extends Exception

Exception that indicates that some client-side properties are outdated.

Author:
emueller
See Also:
Serialized Form

Constructor Summary
EMFStorePropertiesOutdatedException(List<EMFStoreProperty> outdatedProperties)
          Constructor.
 
Method Summary
 List<EMFStoreProperty> getOutdatedProperties()
          Returns the out dated properties.
 
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

EMFStorePropertiesOutdatedException

public EMFStorePropertiesOutdatedException(List<EMFStoreProperty> outdatedProperties)
Constructor.

Parameters:
outdatedProperties - the list of out dated properties.
Method Detail

getOutdatedProperties

public List<EMFStoreProperty> getOutdatedProperties()
Returns the out dated properties.

Returns:
the out dated properties.


Copyright © 2015. All Rights Reserved.