Class ErrorInfoList

  • All Implemented Interfaces:
    ConfigurationElement, ConfigurationElementList, ConfigurationFile, java.lang.Cloneable

    public class ErrorInfoList
    extends AbstractConfigurationElementList
    The ErrorInfoList class lists the errors or special conditions that can occur in the application. The application uses this list to change the title and message of the error, to indicate whether the error is expected by the iframe in the event of an iframe request, or to find the page to which the user is redirected when an error occurs.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Constructor Detail

      • ErrorInfoList

        public ErrorInfoList()
        Class constructor. Initializes a new -empty- instance of the ErrorInfoList class.
      • ErrorInfoList

        public ErrorInfoList​(org.w3c.dom.Node root)
        Class constructor. Initializes a ErrorInfoList instance based on the information included in the XML Node
        Parameters:
        root - Node instance representing the shortcut list information.
      • ErrorInfoList

        public ErrorInfoList​(org.w3c.dom.Document doc)
        Class constructor. Initializes a ErrorInfoList instance based on the information included in the DOM Document
        Parameters:
        doc - Document instance representing the shortcut list information.
    • Method Detail

      • getErrorInfo

        public ErrorInfo getErrorInfo​(int errorCode)
        Retrieve the ErrorInfo for the given errorCode
        Parameters:
        errorCode - the error code.
        Returns:
        the ErrorInfo associated with the given errorCode