Project: stp

com.ibm.rational.wvcm.stp
Class StpPropertyException

Object
  extended by Throwable
      extended by Exception
          extended by javax.wvcm.WvcmException
              extended by com.ibm.rational.wvcm.stp.StpException
                  extended by com.ibm.rational.wvcm.stp.StpPropertyException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StpErrorMessageException, StpPartialResultsException

public abstract class StpPropertyException
extends StpException

The base exception class for errors associated with the reading or writing of resource properties and meta-properties.

See Also:
Serialized Form

Nested Class Summary
static interface StpPropertyException.PropertyData
          The interface specification for the implementation data object associated with this exception
 
Nested classes/interfaces inherited from class com.ibm.rational.wvcm.stp.StpException
StpException.Data, StpException.StpReasonCode
 
Nested classes/interfaces inherited from class javax.wvcm.WvcmException
WvcmException.ReasonCode
 
Method Summary
 PropertyNameList.PropertyName<?> getPropertyName()
          Returns the name of the property with which this exception is associated.
 
Methods inherited from class com.ibm.rational.wvcm.stp.StpException
data, getMessage, getStpReasonCode, toString, unchecked_cast
 
Methods inherited from class javax.wvcm.WvcmException
getNestedExceptions, getReasonCode, getResource
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getPropertyName

public PropertyNameList.PropertyName<?> getPropertyName()
Returns the name of the property with which this exception is associated.

Returns:
The property name. Will never be null.

Generated Wed 22-May-2013 09:09 AM

Copyright © IBM 2013. All rights reserved.