Project: stp

com.ibm.rational.wvcm.stp
Class StpErrorMessageException

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
                      extended by com.ibm.rational.wvcm.stp.StpErrorMessageException
All Implemented Interfaces:
Serializable

public abstract class StpErrorMessageException
extends StpPropertyException

An StpException used to pass an error message string generated by the domain application through the CM API without further adornment.

See Also:
Serialized Form

Nested Class Summary
static interface StpErrorMessageException.ErrorMessageData
          The interface for the data implementation object for this type of exception
 
Nested classes/interfaces inherited from class com.ibm.rational.wvcm.stp.StpPropertyException
StpPropertyException.PropertyData
 
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
 String errorMessage()
           
 
Methods inherited from class com.ibm.rational.wvcm.stp.StpPropertyException
getPropertyName
 
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

errorMessage

public String errorMessage()
Returns:
The message string exactly as generated by the domain application without the additional context information provided by the server or client libraries when forming the string returned by the toString, getMessage or getLocalizedMessage methods of this Throwable object.

Generated Thu 15-Aug-2013 10:38 PM

Copyright © IBM 2013. All rights reserved.