org.eclipse.birt.report.model.api.command
Class CssException
java.lang.Object
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
- extends SemanticException
Included css style sheet exception
- See Also:
- Serialized Form
Constructor Summary |
CssException(org.eclipse.birt.report.model.core.Module module,
java.lang.String[] values,
java.lang.String errCode)
Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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
getLocalizedMessage
public java.lang.String getLocalizedMessage()
Copyright © 2005 Actuate Corp. All rights reserved.