java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | com.microstrategy.utils.MSTRCheckedException | ||||
↳ | com.microstrategy.utils.config.ConfigException | ||||
↳ | com.microstrategy.web.transform.WebTransformException |
The class WebTransformException is a subclass of java.lang.Exception. This is an exception class for all errors thrown by the Web Transforms. This class extends the standard Exception class by providing a method to return an error code associated with the exception.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebTransformException(LocalizableMessage errorMsg)
Constructor.
| |||||||||||
WebTransformException(LocalizableMessage errorMsg, Throwable e)
Constructor.
| |||||||||||
WebTransformException(int code, Object[] params, Locale locale)
This constructor is deprecated.
use other constructor instead
| |||||||||||
WebTransformException(int code, Object[] params, Throwable e, Locale locale)
This constructor is deprecated.
use other constructor instead
| |||||||||||
WebTransformException()
Constructor.
| |||||||||||
WebTransformException(String errorMsg)
Constructor.
| |||||||||||
WebTransformException(int errorCode)
This constructor is deprecated.
use other constructor instead
| |||||||||||
WebTransformException(String errorMsg, int errorCode) | |||||||||||
WebTransformException(Throwable e) | |||||||||||
WebTransformException(String errorMsg, Throwable e) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructor.
errorMsg | The error message for this exception. |
---|
Constructor.
errorMsg | The error message for this exception. |
---|---|
e | The embedded error object. |
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. |
Constructor.
Constructor.
errorMsg | The error message for this exception. |
---|
This constructor is deprecated.
use other constructor instead
Constructor.
errorCode | The error code for this exception. |
---|