org.eclipse.birt.report.model.api.css
Class StyleSheetException
java.lang.Object
BirtException
org.eclipse.birt.report.model.api.ModelException
org.eclipse.birt.report.model.api.css.StyleSheetException
public class StyleSheetException
- extends ModelException
Exception thrown if an error occurs when reading an external style sheet.
Constructor Summary |
StyleSheetException(java.lang.String errCode)
Constructs the style sheet exception with the error code. |
StyleSheetException(java.lang.String errCode,
java.lang.Throwable cause)
Constructs the style sheet exception with the error code and the nested
exception. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESIGN_EXCEPTION_STYLE_SHEET_NOT_FOUND
public static final java.lang.String DESIGN_EXCEPTION_STYLE_SHEET_NOT_FOUND
- The style sheet is not found.
- See Also:
- Constant Field Values
DESIGN_EXCEPTION_SYNTAX_ERROR
public static final java.lang.String DESIGN_EXCEPTION_SYNTAX_ERROR
- The syntax error, when the style sheet file doesn't conform CSS2 grammar.
- See Also:
- Constant Field Values
StyleSheetException
public StyleSheetException(java.lang.String errCode)
- Constructs the style sheet exception with the error code.
- Parameters:
errCode
- the error code of the exception
StyleSheetException
public StyleSheetException(java.lang.String errCode,
java.lang.Throwable cause)
- Constructs the style sheet exception with the error code and the nested
exception.
- Parameters:
errCode
- the error code of the exceptioncause
- the nested exception
getLocalizedMessage
public java.lang.String getLocalizedMessage()
Copyright © 2008 Actuate Corp. All rights reserved.