Package com.microstrategy.utils.xml
Class XMLSupportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microstrategy.utils.MSTRCheckedException
-
- com.microstrategy.utils.xml.XMLSupportException
-
- All Implemented Interfaces:
LocalizableException
,java.io.Serializable
public class XMLSupportException extends MSTRCheckedException
- Since:
- MicroStrategy Web 7.3.1 or earlier
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microstrategy.utils.MSTRCheckedException
MSTRCheckedException.ExceptionXMLHandler
-
-
Constructor Summary
Constructors Constructor Description XMLSupportException()
XMLSupportException(int code, java.lang.Object[] params, java.lang.Throwable e, java.util.Locale locale)
Deprecated.use other constructor insteadXMLSupportException(int code, java.lang.Object[] params, java.util.Locale locale)
Deprecated.use other constructor insteadXMLSupportException(LocalizableMessage errorMsg)
Constructor.XMLSupportException(LocalizableMessage errorMsg, java.lang.Throwable e)
Constructor.XMLSupportException(java.lang.String s)
XMLSupportException(java.lang.Throwable e)
-
Method Summary
-
Methods inherited from class com.microstrategy.utils.MSTRCheckedException
getCause, getDefaultLocale, getErrorCode, getLocalizableMessage, getMessage, getMessage, getMessage, getRootCause, getRootCause, setCause, setDefaultLocale, setXMLHandler
-
-
-
-
Constructor Detail
-
XMLSupportException
public XMLSupportException(LocalizableMessage errorMsg)
Constructor.- Parameters:
errorMsg
- error message.- Since:
- MicroStrategy Web 8.0.0
-
XMLSupportException
public XMLSupportException(LocalizableMessage errorMsg, java.lang.Throwable e)
Constructor.- Parameters:
errorMsg
- error message.e
- embedded error.- Since:
- MicroStrategy Web 8.0.0
-
XMLSupportException
public XMLSupportException(int code, java.lang.Object[] params, java.util.Locale locale)
Deprecated.use other constructor insteadConstructor.- 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
-
XMLSupportException
public XMLSupportException(int code, java.lang.Object[] params, java.lang.Throwable e, java.util.Locale locale)
Deprecated.use other constructor insteadConstructor.- Parameters:
code
- error code.params
- Parameters required to build error message based on error code.locale
- default locale for this exception.e
- embedded error- Since:
- MicroStrategy Web 8.0.0
-
XMLSupportException
public XMLSupportException()
-
XMLSupportException
public XMLSupportException(java.lang.String s)
-
XMLSupportException
public XMLSupportException(java.lang.Throwable e)
-
-