com.starteam.exceptions
Class PropertyNotWritableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.starteam.exceptions.PropertyNotWritableException
All Implemented Interfaces:
java.io.Serializable

public final class PropertyNotWritableException
extends java.lang.RuntimeException

A PropertyNotWritableException is thrown if an application attempts to change the value of a property that should be considered read only

See Also:
Serialized Form

Method Summary
 Property getProperty()
          The property whose value should not be changed
 
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
 

Method Detail

getProperty

public Property getProperty()
The property whose value should not be changed

Returns:
Property whose value should not be changed


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.