wt.vc.wip
Class ObjectsAlreadyCheckedOutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywt.util.WTException
              extended bywt.vc.wip.WorkInProgressException
                  extended bywt.vc.wip.ObjectsAlreadyCheckedOutException
All Implemented Interfaces:
ConflictHolder, LocalizableMessage, Message, Serializable

public class ObjectsAlreadyCheckedOutException
extends WorkInProgressException
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private  WTValuedMap checkedOutMap
           
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.vc.wip.WorkInProgressException
 
Fields inherited from class wt.util.WTException
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Fields inherited from interface wt.conflict.ConflictHolder
CONFLICT_ELEMENTS
 
Constructor Summary
ObjectsAlreadyCheckedOutException(String rb, String key, Object[] params, Object[] additionalMessages, WTValuedMap map)
          Constructs a new exception with a nested exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message.
ObjectsAlreadyCheckedOutException(WTMessage message, WTValuedMap map)
          Constructs a new exception with a nested exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message.
 
Method Summary
 WTValuedMap getCheckedOutMap()
          Gets the value of the attribute: checkedOutMap.
 void setCheckedOutMap(WTValuedMap a_CheckedOutMap)
          Sets the value of the attribute: checkedOutMap.
 
Methods inherited from class wt.vc.wip.WorkInProgressException
getAllConflictingObjects, getConflictElements, setConflictElements
 
Methods inherited from class wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

checkedOutMap

private WTValuedMap checkedOutMap
Constructor Detail

ObjectsAlreadyCheckedOutException

public ObjectsAlreadyCheckedOutException(WTMessage message,
                                         WTValuedMap map)
Constructs a new exception with a nested exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message.

Supported API: false

Parameters:
message -
map -

ObjectsAlreadyCheckedOutException

public ObjectsAlreadyCheckedOutException(String rb,
                                         String key,
                                         Object[] params,
                                         Object[] additionalMessages,
                                         WTValuedMap map)
Constructs a new exception with a nested exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message.

Supported API: false

Parameters:
rb -
key -
params -
additionalMessages -
map -
Method Detail

getCheckedOutMap

public WTValuedMap getCheckedOutMap()
Gets the value of the attribute: checkedOutMap.

Supported API: false

Returns:
WTValuedMap

setCheckedOutMap

public void setCheckedOutMap(WTValuedMap a_CheckedOutMap)
                      throws WTPropertyVetoException
Sets the value of the attribute: checkedOutMap.

Supported API: false

Parameters:
a_CheckedOutMap -
Throws:
WTPropertyVetoException