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

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

public class PropertyNotFoundException
extends Exception

Represents exceptional condition where an OrgUnitProperty cannot be found in project space.

Author:
shterev
See Also:
Serialized Form

Constructor Summary
PropertyNotFoundException(String message)
          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

PropertyNotFoundException

public PropertyNotFoundException(String message)
Constructor.

Parameters:
message - an error message


Copyright © 2015. All Rights Reserved.