com.starbase.starteam.viewcomparemerge
Class FileMergeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.starbase.starteam.viewcomparemerge.FileMergeException
All Implemented Interfaces:
java.io.Serializable

public class FileMergeException
extends java.lang.RuntimeException

Thrown when an attempt is made to check out a file for which there is an unresolved merge condition.

See Also:
Serialized Form

Method Summary
 ItemDifference getItemDifference()
          Gets the ItemDifference for the item with the unresolved property 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

getItemDifference

public ItemDifference getItemDifference()
Gets the ItemDifference for the item with the unresolved property merge condition.

Returns:
The ItemDifference.


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.