java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | com.microstrategy.utils.MSTRUncheckedException | ||||
↳ | com.microstrategy.utils.xml.XMLSupportRuntimeException |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
XMLSupportRuntimeException(LocalizableMessage errorMsg)
Constructor.
| |||||||||||
XMLSupportRuntimeException(LocalizableMessage errorMsg, Throwable e)
Constructor.
| |||||||||||
XMLSupportRuntimeException(int code, Object[] params, Locale locale)
This constructor is deprecated.
use other constructor instead
| |||||||||||
XMLSupportRuntimeException(int code, Object[] params, Throwable e, Locale locale)
This constructor is deprecated.
use other constructor instead
| |||||||||||
XMLSupportRuntimeException()
Constructor.
| |||||||||||
XMLSupportRuntimeException(String s)
Constructor.
| |||||||||||
XMLSupportRuntimeException(Throwable e)
Constructor.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructor.
errorMsg | error message for this exception. |
---|
Constructor.
errorMsg | error message for this exception. |
---|---|
e | embedded error for this exception. |
This constructor is deprecated.
use other constructor instead
Constructor.
code | error code. |
---|---|
params | Parameters required to build error message based on error code. |
locale | default locale for this exception. |
This constructor is deprecated.
use other constructor instead
Constructor.
code | error code. |
---|---|
params | Parameters required to build error message based on error code. |
e | embedded error for this exception. |
locale | default locale for this exception. |
Constructor.
Constructor.
s | The error message for this exception. |
---|
Constructor.
e | The embedded error. |
---|