|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.vc.wip.WorkInProgressException
Provides an abstraction of an abnormal occurrence or error in the usage
or processing of the WIP service. Exceptions can be localized through
a given resource bundle, and other exceptions can be nested within an
WorkInProgressException.
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private ConflictElement[] |
conflictElements
|
private static String |
RESOURCE
|
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 | |
WorkInProgressException()
Constructs a new exception. |
|
WorkInProgressException(ConflictElement[] cElem)
Constructs a new exception carrying conflict elements. |
|
WorkInProgressException(Exception e)
Constructs a new exception with a nested exception. |
|
WorkInProgressException(Exception e,
String s)
Constructs a new exception a nested exception and a string. |
|
WorkInProgressException(Exception e,
String rb,
String key,
Object[] params)
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. |
|
WorkInProgressException(String s)
Constructs a new exception with a string. |
|
WorkInProgressException(String rb,
String key,
Object[] params)
Constructs a new exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message. |
|
WorkInProgressException(String rb,
String key,
Object[] params,
Object[] additionalMessages)
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. |
|
WorkInProgressException(WTMessage message)
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 | |
Object[] |
getAllConflictingObjects()
Supported API: false |
ConflictElement[] |
getConflictElements()
Gets the value of the attribute: conflictElements; Array of ConflictElement's. |
void |
setConflictElements(ConflictElement[] a_ConflictElements)
Sets the value of the attribute: conflictElements; Array of ConflictElement's. |
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 |
private static final String RESOURCE
private static final String CLASSNAME
private ConflictElement[] conflictElements
Constructor Detail |
public WorkInProgressException()
public WorkInProgressException(String s)
s
- public WorkInProgressException(String rb, String key, Object[] params)
rb
- key
- params
- public WorkInProgressException(Exception e)
e
- public WorkInProgressException(Exception e, String s)
e
- s
- public WorkInProgressException(Exception e, String rb, String key, Object[] params)
e
- rb
- key
- params
- public WorkInProgressException(String rb, String key, Object[] params, Object[] additionalMessages)
rb
- key
- params
- additionalMessages
- public WorkInProgressException(WTMessage message)
message
- public WorkInProgressException(ConflictElement[] cElem)
cElem
- Method Detail |
public ConflictElement[] getConflictElements()
getConflictElements
in interface ConflictHolder
public void setConflictElements(ConflictElement[] a_ConflictElements) throws WTPropertyVetoException
setConflictElements
in interface ConflictHolder
a_ConflictElements
-
WTPropertyVetoException
public Object[] getAllConflictingObjects()
getAllConflictingObjects
in interface ConflictHolder
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |