com.starteam.exceptions
Class PropertyMergeException

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

public class PropertyMergeException
extends java.lang.RuntimeException

Thrown when an attempt is made to access a property value for which there is an unresolved merge condition.

See Also:
Serialized Form

Method Summary
 Property getProperty()
          Gets the property with the unresolved merge condition.
 
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()
Gets the property with the unresolved merge condition.

Returns:
The property.


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