java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | com.microstrategy.utils.MSTRCheckedException | |||
↳ | com.microstrategy.web.transform.LayoutParsingException |
This exception represents a failed parser of the layout definition. When this is encountered, the caller should ask the LayoutParser instance for a set of error conditions.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
LayoutParsingException(LocalizableMessage errorMsg)
Constructor.
| |||||||||||
LayoutParsingException(LocalizableMessage errorMsg, Throwable e)
Constructor.
| |||||||||||
LayoutParsingException(int code, Object[] params, Locale locale)
This constructor is deprecated.
use other constructor instead
| |||||||||||
LayoutParsingException(int code, Object[] params, Throwable e, Locale locale)
This constructor is deprecated.
use other constructor instead
| |||||||||||
LayoutParsingException()
Constructor.
| |||||||||||
LayoutParsingException(String msg)
Constructor.
| |||||||||||
LayoutParsingException(Throwable e)
Constructor.
| |||||||||||
LayoutParsingException(String msg, Throwable e)
Constructor.
|
[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.
msg | The error message for this exception. |
---|
Constructor.
e | The embedded error. |
---|
Constructor.
msg | The error message for this exception. |
---|---|
e | The embedded error. |