Class EPMNonOverrideableConflictException

java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.epm.conflict.EPMNonOverrideableConflictException
All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public class EPMNonOverrideableConflictException extends WTException implements Serializable


Supported API: true
See Also:
  • Method Details

    • getAdditionalMessages

      public String 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:
      getAdditionalMessages in class WTException
    • getAdditionalMessages

      public String getAdditionalMessages(Locale locale)
      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:
      getAdditionalMessages in class WTException
      Parameters:
      locale - the locale to apply when localizing the standard message