Package com.microstrategy.utils.xml
Class XMLBuilderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.microstrategy.utils.MSTRUncheckedException
-
- com.microstrategy.utils.xml.XMLBuilderException
-
- All Implemented Interfaces:
LocalizableException
,java.io.Serializable
public class XMLBuilderException extends MSTRUncheckedException
An exception thrown by theXMLBuilder
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 Summary
Constructors Constructor Description XMLBuilderException(java.lang.String msg)
Constructs exception with specified error message
-
Method Summary
-
Methods inherited from class com.microstrategy.utils.MSTRUncheckedException
getCause, getDefaultLocale, getErrorCode, getLocalizableMessage, getMessage, getMessage, getRootCause, setCause, setDefaultLocale
-
-