public class StyleSheetException extends ModelException
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
DESIGN_EXCEPTION_STYLE_SHEET_NOT_FOUND
The style sheet is not found.
|
static java.lang.String |
DESIGN_EXCEPTION_SYNTAX_ERROR
The syntax error, when the style sheet file doesn't conform CSS2 grammar.
|
PLUGIN_ID| 构造器和说明 |
|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getLocalizedMessage() |
getErrorCode, getLocalizedMessage, getMessage, getPluginId, getSeverity, setSeveritypublic static final java.lang.String DESIGN_EXCEPTION_STYLE_SHEET_NOT_FOUND
public static final java.lang.String DESIGN_EXCEPTION_SYNTAX_ERROR
public StyleSheetException(java.lang.String errCode)
errCode - the error code of the exceptionpublic StyleSheetException(java.lang.String errCode,
java.lang.Throwable cause)
errCode - the error code of the exceptioncause - the nested exceptionCopyright © 2008 Actuate Corp. All rights reserved.