com.starteam.exceptions
Class DisembodiedException

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

public final class DisembodiedException
extends java.lang.RuntimeException

An exception that is thrown when attempting to perform an operation not allowed for a disembodied item.

See Also:
ViewMember.isDisembodied(), Serialized Form

Method Summary
 Item getItem()
          Returns the disembodied item itself, if there is an item.
 ViewMember getViewMember()
          Returns the disembodied ViewMember itself, if any.
 
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 disembodied item itself, if there is an item.


getViewMember

public ViewMember getViewMember()
Returns the disembodied ViewMember itself, if any.



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