wt.vc
Class VCBranchPointException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.vc.VersionControlException
wt.vc.VCBranchPointException
- All Implemented Interfaces:
- ConflictHolder, LocalizableMessage, Message, Serializable
- public class VCBranchPointException
- extends VersionControlException
- implements Serializable
This exception will be thrown when branch point iterations are attempted
for deletion. This would hold WTHashSet of branch point iterations in
deflated state.
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary |
VCBranchPointException(WTHashSet a_branchPointItersSet)
Construvtor which will take WTCollection of branch point iterations
and will generate message for each object using multi-object constructor
of WTException. |
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 |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
branchPointItersSet
private WTHashSet branchPointItersSet
VCBranchPointException
public VCBranchPointException(WTHashSet a_branchPointItersSet)
- Construvtor which will take WTCollection of branch point iterations
and will generate message for each object using multi-object constructor
of WTException.
Supported API: false
- Parameters:
a_branchPointItersSet
- Collection of branch point iterations attempted for deletion.
getBranchPointItersSet
public WTHashSet getBranchPointItersSet()
- Gets the value of the attribute: branchPointItersSet; WTHashSet of
branch point iterations attempted for deletion. This collection will
have iterations in deflated state.
Supported API: false
- Returns:
- WTHashSet
setBranchPointItersSet
public void setBranchPointItersSet(WTHashSet a_BranchPointItersSet)
throws WTPropertyVetoException
- Sets the value of the attribute: branchPointItersSet; WTHashSet of
branch point iterations attempted for deletion. This collection will
have iterations in deflated state.
Supported API: false
- Parameters:
a_BranchPointItersSet
-
- Throws:
WTPropertyVetoException
buildAdditionalMessages
private static Object[] buildAdditionalMessages(WTHashSet a_branchPointItersSet)