Class CssException
- 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.CssException
-
- All Implemented Interfaces:
java.io.Serializable
public class CssException extends SemanticException
Included css style sheet exception- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DESIGN_EXCEPTION_BADCSSFILE
Bad css file.static java.lang.String
DESIGN_EXCEPTION_CSS_NOT_FOUND
Indicates the css is not found in module.static java.lang.String
DESIGN_EXCEPTION_DUPLICATE_CSS
Indicates the css is using is duplicate.static java.lang.String
DESIGN_EXCEPTION_READONLY
Read-only style-
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 CssException(org.eclipse.birt.report.model.core.Module module, java.lang.String[] values, java.lang.String errCode)
Constructor.CssException(org.eclipse.birt.report.model.core.Module module, IncludedCssStyleSheet styleSheet, java.lang.String[] values, java.lang.String errCode)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IncludedCssStyleSheet
getIncludedStyleSheet()
Gets the included CSS style sheet for this exception.java.lang.String
getLocalizedMessage()
-
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
-
DESIGN_EXCEPTION_CSS_NOT_FOUND
public static final java.lang.String DESIGN_EXCEPTION_CSS_NOT_FOUND
Indicates the css is not found in module.- See Also:
- Constant Field Values
-
DESIGN_EXCEPTION_DUPLICATE_CSS
public static final java.lang.String DESIGN_EXCEPTION_DUPLICATE_CSS
Indicates the css is using is duplicate.- See Also:
- Constant Field Values
-
DESIGN_EXCEPTION_BADCSSFILE
public static final java.lang.String DESIGN_EXCEPTION_BADCSSFILE
Bad css file.- See Also:
- Constant Field Values
-
DESIGN_EXCEPTION_READONLY
public static final java.lang.String DESIGN_EXCEPTION_READONLY
Read-only style- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CssException
public CssException(org.eclipse.birt.report.model.core.Module module, java.lang.String[] values, java.lang.String errCode)
Constructor.- Parameters:
module
- the module which has errorsvalues
- value array used for error messageerrCode
- the error code
-
CssException
public CssException(org.eclipse.birt.report.model.core.Module module, IncludedCssStyleSheet styleSheet, java.lang.String[] values, java.lang.String errCode)
Constructor.- Parameters:
module
- the module which has errorsstyleSheet
-values
- value array used for error messageerrCode
- the error code
-
-
Method Detail
-
getIncludedStyleSheet
public IncludedCssStyleSheet getIncludedStyleSheet()
Gets the included CSS style sheet for this exception.- Returns:
- included CSS style sheet
-
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in classSemanticException
-
-