Package wt.conflict
Class ConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.conflict.ConflictException
- All Implemented Interfaces:
Serializable,wt.conflict.ConflictHolder,LocalizableMessage,Message
public class ConflictException
extends WTException
implements wt.conflict.ConflictHolder, Serializable
A WTException carrying conflict elements.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConflictException(ConflictElement[] cElem) The constructor ConflictException would accept array of ConflictElement's. -
Method Summary
Modifier and TypeMethodDescriptionObject[]This will return all the objects associated with this exception.Gets the value of the attribute: conflictElements; Array of ConflictElement's.voidsetConflictElements(ConflictElement[] a_ConflictElements) Sets the value of the attribute: conflictElements; Array of ConflictElement's.Methods inherited from class wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, getWTMessage, printStackTrace, printStackTrace, printStackTrace, toString, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
ConflictException
The constructor ConflictException would accept array of ConflictElement's.
Supported API: true- Parameters:
cElem-
-
-
Method Details
-
getAllConflictingObjects
This will return all the objects associated with this exception. This would be union of all objects contained in all the conflict elements.
Supported API: true- Specified by:
getAllConflictingObjectsin interfacewt.conflict.ConflictHolder- Returns:
- Object[]
-
getConflictElements
Gets the value of the attribute: conflictElements; Array of ConflictElement's.
Supported API: true- Specified by:
getConflictElementsin interfacewt.conflict.ConflictHolder- Returns:
- ConflictElement[]
-
setConflictElements
public void setConflictElements(ConflictElement[] a_ConflictElements) throws WTPropertyVetoException Sets the value of the attribute: conflictElements; Array of ConflictElement's.
Supported API: true- Specified by:
setConflictElementsin interfacewt.conflict.ConflictHolder- Parameters:
a_ConflictElements-- Throws:
WTPropertyVetoException
-