Package com.microstrategy.utils.xml
Class XMLSupportRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.microstrategy.utils.MSTRUncheckedException
-
- com.microstrategy.utils.xml.XMLSupportRuntimeException
-
- All Implemented Interfaces:
LocalizableException
,java.io.Serializable
public class XMLSupportRuntimeException extends MSTRUncheckedException
- Since:
- MicroStrategy Web 7.3.1 or earlier
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMLSupportRuntimeException()
Constructor.XMLSupportRuntimeException(int code, java.lang.Object[] params, java.lang.Throwable e, java.util.Locale locale)
Deprecated.use other constructor insteadXMLSupportRuntimeException(int code, java.lang.Object[] params, java.util.Locale locale)
Deprecated.use other constructor insteadXMLSupportRuntimeException(LocalizableMessage errorMsg)
Constructor.XMLSupportRuntimeException(LocalizableMessage errorMsg, java.lang.Throwable e)
Constructor.XMLSupportRuntimeException(java.lang.String s)
Constructor.XMLSupportRuntimeException(java.lang.Throwable e)
Constructor.
-
Method Summary
-
Methods inherited from class com.microstrategy.utils.MSTRUncheckedException
getCause, getDefaultLocale, getErrorCode, getLocalizableMessage, getMessage, getMessage, getRootCause, setCause, setDefaultLocale
-
-
-
-
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 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
-
XMLSupportRuntimeException
public XMLSupportRuntimeException(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 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.
-
-