Class XMLSupportRuntimeException

    • Constructor Detail

      • XMLSupportRuntimeException

        public XMLSupportRuntimeException​(LocalizableMessage errorMsg)
        Constructor.
        Parameters:
        errorMsg - error message for this exception.
        Since:
        MicroStrategy Web 8.0.0
      • XMLSupportRuntimeException

        public XMLSupportRuntimeException​(LocalizableMessage errorMsg,
                                          java.lang.Throwable e)
        Constructor.
        Parameters:
        errorMsg - error message for this exception.
        e - embedded error for this exception.
        Since:
        MicroStrategy Web 8.0.0
      • XMLSupportRuntimeException

        public XMLSupportRuntimeException​(int code,
                                          java.lang.Object[] params,
                                          java.util.Locale locale)
        Deprecated.
        use other constructor instead
        Constructor.
        Parameters:
        code - error code.
        params - Parameters required to build error message based on error code.
        locale - default locale for this exception.
        Since:
        MicroStrategy Web 8.0.0
      • XMLSupportRuntimeException

        public XMLSupportRuntimeException​(int code,
                                          java.lang.Object[] params,
                                          java.lang.Throwable e,
                                          java.util.Locale locale)
        Deprecated.
        use other constructor instead
        Constructor.
        Parameters:
        code - error code.
        params - Parameters required to build error message based on error code.
        locale - default locale for this exception.
        e - embedded error for this exception.
        Since:
        MicroStrategy Web 8.0.0
      • XMLSupportRuntimeException

        public XMLSupportRuntimeException()
        Constructor.
      • XMLSupportRuntimeException

        public XMLSupportRuntimeException​(java.lang.String s)
        Constructor.
        Parameters:
        s - The error message for this exception.
      • XMLSupportRuntimeException

        public XMLSupportRuntimeException​(java.lang.Throwable e)
        Constructor.
        Parameters:
        e - The embedded error.