Class StyleSheetException
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.css.StyleSheetException
- All Implemented Interfaces:
Serializable
Exception thrown if an error occurs when reading an external style sheet.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The style sheet is not found.static final String
The syntax error, when the style sheet file doesn't conform CSS2 grammar.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
ConstructorsConstructorDescriptionStyleSheetException
(String errCode) Constructs the style sheet exception with the error code.StyleSheetException
(String errCode, Throwable cause) Constructs the style sheet exception with the error code and the nested exception. -
Method Summary
Methods inherited from class org.eclipse.birt.core.exception.BirtException
getErrorCode, getLocalizedMessage, getMessage, getPluginId, getSeverity, setSeverity
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DESIGN_EXCEPTION_STYLE_SHEET_NOT_FOUND
The style sheet is not found.- See Also:
-
DESIGN_EXCEPTION_SYNTAX_ERROR
The syntax error, when the style sheet file doesn't conform CSS2 grammar.- See Also:
-
-
Constructor Details
-
StyleSheetException
Constructs the style sheet exception with the error code.- Parameters:
errCode
- the error code of the exception
-
StyleSheetException
Constructs the style sheet exception with the error code and the nested exception.- Parameters:
errCode
- the error code of the exceptioncause
- the nested exception
-
-
Method Details
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classorg.eclipse.birt.core.exception.BirtException
-