com.ptc.windchill.uwgm.common.conflict
Class UwgmConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.conflict.ConflictException
com.ptc.windchill.uwgm.common.conflict.UwgmConflictException
- All Implemented Interfaces:
- ConflictHolder, LocalizableMessage, Message, Serializable
- public class UwgmConflictException
- extends ConflictException
Exception to carry ConflictElements
For consistency with UwgmErrorException and futher enhancements
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
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 |
UwgmConflictException
public UwgmConflictException(ConflictElement[] conflictElements)
- constructs UwgmConflictException for an array of
ConflictElement
s
- Parameters:
conflictElements
- ConflictElement[]
UwgmConflictException
public UwgmConflictException(Collection conflictElements)
- constructs UwgmConflictException for a Collection of
ConflictElement
s
- Parameters:
conflictElements
- ConflictElement[]
UwgmConflictException
public UwgmConflictException(ConflictException conflictException)
- copy constructor from ConflictException
- Parameters:
conflictException
- ConflictException
addConflictElement
public void addConflictElement(ConflictElement conflictElement)
throws WTPropertyVetoException
- adds a ConflictElement
- Parameters:
conflictElement
- ConflictElement
- Throws:
WTPropertyVetoException