Class XMLBuilderException

  • All Implemented Interfaces:
    LocalizableException, java.io.Serializable

    public class XMLBuilderException
    extends MSTRUncheckedException
    An exception thrown by the XMLBuilder methods when call to a method will result in bad-formed XML document. Notice that it is an unchecked exception as such calls are considered programming errors.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    See Also:
    Serialized Form
    • Constructor Detail

      • XMLBuilderException

        public XMLBuilderException​(java.lang.String msg)
        Constructs exception with specified error message
        Parameters:
        msg - error message