wt.ixb.util
Class IXBConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.ixb.publicforhandlers.LogHelper.IxbException
wt.ixb.util.IXBConflictException
- All Implemented Interfaces:
- ConflictHolder, LocalizableMessage, Message, Serializable
- public class IXBConflictException
- extends LogHelper.IxbException
- implements ConflictHolder
- 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 |
conflictElements
private ConflictElement[] conflictElements
IXBConflictException
public IXBConflictException(ConflictElement[] cElem)
IXBConflictException
public IXBConflictException(String rb,
String key,
Object[] params)
IXBConflictException
public IXBConflictException(Exception e,
String rb,
String key,
Object[] params)
getAllConflictingObjects
public Object[] getAllConflictingObjects()
- Description copied from interface:
ConflictHolder
Supported API: false
- Specified by:
getAllConflictingObjects
in interface ConflictHolder
- Returns:
- Object []
getConflictElements
public ConflictElement[] getConflictElements()
- Description copied from interface:
ConflictHolder
- Gets the value of the attribute: CONFLICT_ELEMENTS.
Array of ConflictElement's.
Supported API: false
- Specified by:
getConflictElements
in interface ConflictHolder
- Returns:
- ConflictElement[]
setConflictElements
public void setConflictElements(ConflictElement[] a_ConflictElements)
throws WTPropertyVetoException
- Description copied from interface:
ConflictHolder
- Sets the value of the attribute: CONFLICT_ELEMENTS.
Array of ConflictElement's.
Supported API: false
- Specified by:
setConflictElements
in interface ConflictHolder
- Parameters:
a_ConflictElements
-
- Throws:
WTPropertyVetoException