public class StyleSheetException extends ModelException
Modifier and Type | Field and Description |
---|---|
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
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalizedMessage() |
getErrorCode, getLocalizedMessage, getMessage, getPluginId, getSeverity, setSeverity
public 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.