java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | com.microstrategy.utils.MSTRUncheckedException | ||||
↳ | com.microstrategy.web.objects.WebObjectsRuntimeException |
The class WebObjectsRuntimeException is a subclass of java.lang.RuntimeException. This is an exception class for all programming or critical XML errors detected by the WebObjects. This will be thrown if cached XML is found to be critically incorrect. This class extends the standard Exception class by providing a method to return an error code associated with the exception.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebObjectsRuntimeException(LocalizableMessage errorMsg)
Constructor.
| |||||||||||
WebObjectsRuntimeException(LocalizableMessage errorMsg, Throwable e)
Constructor.
| |||||||||||
WebObjectsRuntimeException(int code, Object[] params, Locale locale)
This constructor is deprecated.
use other constructor instead
| |||||||||||
WebObjectsRuntimeException(int code, Object[] params, Throwable e, Locale locale)
This constructor is deprecated.
use other constructor instead
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||
![]()
|
Constructor.
errorMsg | The error message for this exception. |
---|
Constructor.
errorMsg | The error message for this exception. |
---|
This constructor is deprecated.
use other constructor instead
Constructor.
code | error code. |
---|---|
params | The parameters required to constructing the error message based on error code. |
locale | The locale to localize this exception. |
This constructor is deprecated.
use other constructor instead
Constructor.
code | error code. |
---|---|
params | The parameters required to constructing the error message based on error code. |
e | The embedded error. |
locale | The locale to localize this exception. |