Class ThemeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.report.model.api.ModelException
org.eclipse.birt.report.model.api.activity.SemanticException
org.eclipse.birt.report.model.api.command.ThemeException
- All Implemented Interfaces:
Serializable
Indicates an error while setting the style of an element.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Error code indicating no style is found with the given name.static final String
Error code indicating the report item refers a wrong type of report item theme.protected String
The theme name being set.Fields inherited from class org.eclipse.birt.report.model.api.activity.SemanticException
DESIGN_EXCEPTION__EXPORT_ELEMENT_FAIL, element
Fields inherited from class org.eclipse.birt.report.model.api.ModelException
PLUGIN_ID
Fields inherited from class org.eclipse.birt.core.exception.BirtException
CANCEL, ERROR, INFO, oaMessageArguments, OK, pluginId, rb, severity, sResourceKey, WARNING
-
Constructor Summary
ConstructorsConstructorDescriptionThemeException
(org.eclipse.birt.report.model.core.DesignElement obj, String str, String errCode) Constructor. -
Method Summary
Methods inherited from class org.eclipse.birt.report.model.api.activity.SemanticException
getElement, getElementName, getMessage
Methods inherited from class org.eclipse.birt.core.exception.BirtException
getErrorCode, getLocalizedMessage, getPluginId, getSeverity, setSeverity
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
themeName
The theme name being set. -
DESIGN_EXCEPTION_NOT_FOUND
Error code indicating no style is found with the given name.- See Also:
-
DESIGN_EXCEPTION_WRONG_TYPE
Error code indicating the report item refers a wrong type of report item theme.- See Also:
-
-
Constructor Details
-
Method Details
-
getTheme
Returns the name of the style being set.- Returns:
- the style name.
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classSemanticException
-