Class StyleSheetException

  • All Implemented Interfaces:
    java.io.Serializable

    public class StyleSheetException
    extends ModelException
    Exception thrown if an error occurs when reading an external style sheet.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field 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.
      • Fields inherited from class org.eclipse.birt.core.exception.BirtException

        CANCEL, ERROR, INFO, oaMessageArguments, OK, pluginId, rb, severity, sResourceKey, WARNING
    • Constructor Summary

      Constructors 
      Constructor 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLocalizedMessage()  
      • Methods inherited from class org.eclipse.birt.core.exception.BirtException

        getErrorCode, getLocalizedMessage, getMessage, getPluginId, getSeverity, setSeverity
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, 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

      • 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
    • Constructor Detail

      • 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 exception
        cause - the nested exception
    • Method Detail

      • getLocalizedMessage

        public java.lang.String getLocalizedMessage()
        Overrides:
        getLocalizedMessage in class org.eclipse.birt.core.exception.BirtException