Class StyleException
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.StyleException
- 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 the element is not allowed to have style.static final String
Error code indicating no style is found with the given name.protected String
The style 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
ConstructorsConstructorDescriptionStyleException
(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
-
styleName
The style name being set. -
DESIGN_EXCEPTION_FORBIDDEN
Error code indicating the element is not allowed to have style.- See Also:
-
DESIGN_EXCEPTION_NOT_FOUND
Error code indicating no style is found with the given name.- See Also:
-
-
Constructor Details
-
Method Details
-
getStyle
Returns the name of the style being set.- Returns:
- the style name.
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classSemanticException
-