Package wt.epm.conflict
Class EPMNonOverrideableConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.epm.conflict.EPMNonOverrideableConflictException
- All Implemented Interfaces:
Serializable,LocalizableMessage,Message
Supported API: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the localized "additional" messages.getAdditionalMessages(Locale locale) Returns the localized "additional" messages.Methods inherited from class wt.util.WTException
getAdditionalMessageArray, 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
-
Method Details
-
getAdditionalMessages
Returns the localized "additional" messages. The additional messages consist of the array of objects passed during the construction of this object. Each object in the array is localized and each localized result is separated from the other by a newline.
Supported API: true- Overrides:
getAdditionalMessagesin classWTException
-
getAdditionalMessages
Returns the localized "additional" messages. The additional messages consist of the array of objects passed during the construction of this object. Each object in the array is localized and each localized result is separated from the other by a newline.
Supported API: true- Overrides:
getAdditionalMessagesin classWTException- Parameters:
locale- the locale to apply when localizing the standard message
-