com.starteam.exceptions
Class NoSuchPropertyException

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

public final class NoSuchPropertyException
extends java.lang.RuntimeException

An exception of this class is thrown when an invalid item property was attempted to be accessed.

See Also:
Serialized Form

Method Summary
 int getPropertyID()
          Return the ID of the property that failed to be accessed.
 java.lang.String getPropertyName()
          Return the name of the property that failed to be accessed.
 
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

getPropertyName

public java.lang.String getPropertyName()
Return the name of the property that failed to be accessed.

Returns:
the name of the property that failed to be accessed.

getPropertyID

public int getPropertyID()
Return the ID of the property that failed to be accessed.

Returns:
the ID of the property that failed to be accessed.


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