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:
java.io.Serializable
public class StyleException extends SemanticException
Indicates an error while setting the style of an element.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DESIGN_EXCEPTION_FORBIDDEN
Error code indicating the element is not allowed to have style.static java.lang.String
DESIGN_EXCEPTION_NOT_FOUND
Error code indicating no style is found with the given name.protected java.lang.String
styleName
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
-
-
Constructor Summary
Constructors Constructor Description StyleException(org.eclipse.birt.report.model.core.DesignElement obj, java.lang.String str, java.lang.String errCode)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLocalizedMessage()
java.lang.Object
getStyle()
Returns the name of the style being set.-
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
-
-
-
-
Field Detail
-
styleName
protected java.lang.String styleName
The style name being set.
-
DESIGN_EXCEPTION_FORBIDDEN
public static final java.lang.String DESIGN_EXCEPTION_FORBIDDEN
Error code indicating the element is not allowed to have style.- See Also:
- Constant Field Values
-
DESIGN_EXCEPTION_NOT_FOUND
public static final java.lang.String DESIGN_EXCEPTION_NOT_FOUND
Error code indicating no style is found with the given name.- See Also:
- Constant Field Values
-
-
Method Detail
-
getStyle
public java.lang.Object getStyle()
Returns the name of the style being set.- Returns:
- the style name.
-
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in classSemanticException
-
-