java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | com.microstrategy.utils.MSTRCheckedException | |||
↳ | com.microstrategy.utils.xml.XMLSupportException |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
XMLSupportException(LocalizableMessage errorMsg)
Constructor.
| |||||||||||
XMLSupportException(LocalizableMessage errorMsg, Throwable e)
Constructor.
| |||||||||||
XMLSupportException(int code, Object[] params, Locale locale)
This constructor is deprecated.
use other constructor instead
| |||||||||||
XMLSupportException(int code, Object[] params, Throwable e, Locale locale)
This constructor is deprecated.
use other constructor instead
| |||||||||||
XMLSupportException() | |||||||||||
XMLSupportException(String s) | |||||||||||
XMLSupportException(Throwable e) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructor.
errorMsg | error message. |
---|
Constructor.
errorMsg | error message. |
---|---|
e | embedded error. |
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 |
locale | default locale for this exception. |