|
|||||||||||
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.epm.conflict.EPMNonOverrideableConflictException
Field Summary | |
private static String |
CLASSNAME
|
private Collection |
errorElements
|
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 |
|
Constructor Summary | |
EPMNonOverrideableConflictException()
Constructs a EPMNonOverrideableConflictException exception with no specified error elements or embedded throwable object. |
|
EPMNonOverrideableConflictException(Collection a_errorElements)
Constructs a EPMNonOverrideableConflictException exception with error elements. |
|
EPMNonOverrideableConflictException(Collection a_errorElements,
String string)
Constructs a EPMNonOverrideableConflictException exception with a non-localizable standard message and error elements |
|
EPMNonOverrideableConflictException(Collection a_errorElements,
String rb,
String key,
Object[] params)
Constructs a EPMNonOverrideableConflictException exception with a localizable standard message constructed from the error elements, bundle, key, and params. |
|
EPMNonOverrideableConflictException(Collection a_errorElements,
Throwable throwable)
Constructs a EPMNonOverrideableConflictException exception with a nested throwable. |
|
EPMNonOverrideableConflictException(Collection a_errorElements,
Throwable throwable,
String string)
Constructs a EPMNonOverrideableConflictException exception with an embedded Throwable object, error elements and non-localizable detailed message . |
|
EPMNonOverrideableConflictException(Collection a_errorElements,
Throwable throwable,
String rb,
String key,
Object[] params)
Constructs a EPMNonOverrideableConflictException exception with an embedded Throwable object, error elments and a localizable detailed message. |
|
EPMNonOverrideableConflictException(Collection a_errorElements,
Throwable throwable,
WTMessage message)
Constructs a EPMNonOverrideableConflictException exception with a nested throwable, message and error elements. |
|
EPMNonOverrideableConflictException(Collection a_errorElements,
WTMessage message)
Constructs a EPMNonOverrideableConflictException exception given the passed-in message and error elements. |
Method Summary | |
boolean |
addErrorElement(EPMErrorElement element)
Adds the specified element to the error elements collection of the EPMNonOverrideableConflictException. |
boolean |
addErrorElements(Collection elements)
Adds all of the elements in the specified collection to this error elements collection |
String |
getAdditionalMessages()
Returns the localized "additional" messages. |
String |
getAdditionalMessages(Locale locale)
Returns the localized "additional" messages. |
Collection |
getErrorElements()
Gets the value of the attribute: errorElements. |
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 Collection errorElements
Constructor Detail |
public EPMNonOverrideableConflictException(Collection a_errorElements)
a_errorElements
- collection of error elementspublic EPMNonOverrideableConflictException()
public EPMNonOverrideableConflictException(Collection a_errorElements, String rb, String key, Object[] params)
a_errorElements
- collection of error elementsrb
- the resoure bundle the key resides inkey
- the key containing the message in the resource bundleparams
- the parameters to substitute in the messagepublic EPMNonOverrideableConflictException(Collection a_errorElements, String string)
a_errorElements
- collection of error elementsstring
- the standard messagepublic EPMNonOverrideableConflictException(Collection a_errorElements, Throwable throwable)
a_errorElements
- collection of error elementsthrowable
- the nested throwablepublic EPMNonOverrideableConflictException(Collection a_errorElements, Throwable throwable, String rb, String key, Object[] params)
a_errorElements
- collection of error elementsthrowable
- the nested throwablerb
- the resoure bundle the key resides inkey
- the key containing the message in the resource bundleparams
- the parameters to substitute in the messagepublic EPMNonOverrideableConflictException(Collection a_errorElements, Throwable throwable, String string)
a_errorElements
- collection of error elementsthrowable
- the nested throwablestring
- the standard messagepublic EPMNonOverrideableConflictException(Collection a_errorElements, Throwable throwable, WTMessage message)
a_errorElements
- collection of error elementsthrowable
- the nested throwablemessage
- the messagepublic EPMNonOverrideableConflictException(Collection a_errorElements, WTMessage message)
a_errorElements
- collection of error elementsmessage
- the messageMethod Detail |
public Collection getErrorElements()
public boolean addErrorElement(EPMErrorElement element)
element
- error element to add
public boolean addErrorElements(Collection elements)
elements
- error elements to add
public String getAdditionalMessages()
getAdditionalMessages
in class WTException
public String getAdditionalMessages(Locale locale)
getAdditionalMessages
in class WTException
locale
- the locale to apply when localizing the standard message
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |