|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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
public class CssException
Included css style sheet exception
| Field Summary | |
|---|---|
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 |
|---|
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 | |
|---|---|
CssException(org.eclipse.birt.report.model.core.Module module,
IncludedCssStyleSheet styleSheet,
java.lang.String[] values,
java.lang.String errCode)
Constructor. |
|
CssException(org.eclipse.birt.report.model.core.Module module,
java.lang.String[] values,
java.lang.String errCode)
Constructor. |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DESIGN_EXCEPTION_CSS_NOT_FOUND
public static final java.lang.String DESIGN_EXCEPTION_DUPLICATE_CSS
public static final java.lang.String DESIGN_EXCEPTION_BADCSSFILE
public static final java.lang.String DESIGN_EXCEPTION_READONLY
| Constructor Detail |
|---|
public CssException(org.eclipse.birt.report.model.core.Module module,
java.lang.String[] values,
java.lang.String errCode)
module - the module which has errorsvalues - value array used for error messageerrCode - the error code
public CssException(org.eclipse.birt.report.model.core.Module module,
IncludedCssStyleSheet styleSheet,
java.lang.String[] values,
java.lang.String errCode)
module - the module which has errorsstyleSheet - values - value array used for error messageerrCode - the error code| Method Detail |
|---|
public IncludedCssStyleSheet getIncludedStyleSheet()
public java.lang.String getLocalizedMessage()
getLocalizedMessage in class org.eclipse.birt.core.exception.BirtException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||