Class ErrorInfo.ErrorTitle

  • All Implemented Interfaces:
    ConfigurationElement, ConfigurationFile, java.lang.Cloneable
    Enclosing class:
    ErrorInfo

    public static class ErrorInfo.ErrorTitle
    extends AbstractConfigurationElement
    Defines the title to be displayed in the error alert box. Each title element represents a single message. The title displayed to the user is the one resulting from concatenating all the messages of all the title child elements of an error node.
    Since:
    MicroStrategy Web 9.0.0
    • Constructor Detail

      • ErrorTitle

        public ErrorTitle()
    • Method Detail

      • getDescriptor

        public java.lang.String getDescriptor()
        Returns the descriptor that the application should use to display the error title if the desc-id attribute is missing.
      • setDescriptor

        public void setDescriptor​(java.lang.String value)
        Sets the descriptor that the application should use to display the error title if the desc-id attribute is missing.
      • getDescriptorId

        public java.lang.String getDescriptorId()
        Returns the Resource Bundle item id that the application should use to display the error title in the language of the user's locale.
      • setDescriptorId

        public void setDescriptorId​(java.lang.String value)
        Setsthe Resource Bundle item id that the application should use to display the error title in the language of the user's locale.
      • getKeyAttribute

        protected java.lang.String getKeyAttribute()
        Description copied from class: AbstractConfigurationElement
        This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
        Specified by:
        getKeyAttribute in class AbstractConfigurationElement