Class ThemeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ThemeException
    extends SemanticException
    Indicates an error while setting the style of an element.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DESIGN_EXCEPTION_NOT_FOUND
      Error code indicating no style is found with the given name.
      static java.lang.String DESIGN_EXCEPTION_WRONG_TYPE
      Error code indicating the report item refers a wrong type of report item theme.
      protected java.lang.String themeName
      The theme name being set.
      • 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
      ThemeException​(org.eclipse.birt.report.model.core.DesignElement obj, java.lang.String str, java.lang.String errCode)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLocalizedMessage()  
      java.lang.Object getTheme()
      Returns the name of the style being set.
      • Methods inherited from class org.eclipse.birt.core.exception.BirtException

        getErrorCode, getLocalizedMessage, 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

      • themeName

        protected java.lang.String themeName
        The theme name being set.
      • DESIGN_EXCEPTION_NOT_FOUND

        public static final java.lang.String DESIGN_EXCEPTION_NOT_FOUND
        Error code indicating no style is found with the given name.
        See Also:
        Constant Field Values
      • DESIGN_EXCEPTION_WRONG_TYPE

        public static final java.lang.String DESIGN_EXCEPTION_WRONG_TYPE
        Error code indicating the report item refers a wrong type of report item theme.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ThemeException

        public ThemeException​(org.eclipse.birt.report.model.core.DesignElement obj,
                              java.lang.String str,
                              java.lang.String errCode)
        Constructor.
        Parameters:
        obj - the element being changed.
        str - the name of the style.
        errCode - the error code.
    • Method Detail

      • getTheme

        public java.lang.Object getTheme()
        Returns the name of the style being set.
        Returns:
        the style name.