com.starteam.exceptions
Class ItemRevisionNotFoundException

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

public final class ItemRevisionNotFoundException
extends java.lang.RuntimeException

An exception that is thrown when attempting to resolve to a revision of an item, and it results to a null, i.e. the particular revision does not exist.

See Also:
Serialized Form

Method Summary
 Item getItem()
          Returns the item itself.
 
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

getItem

public Item getItem()
Returns the item itself.



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