Class ThemeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.birt.core.exception.BirtException
All Implemented Interfaces:
Serializable

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

    • themeName

      protected String themeName
      The theme name being set.
    • DESIGN_EXCEPTION_NOT_FOUND

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

      public static final String DESIGN_EXCEPTION_WRONG_TYPE
      Error code indicating the report item refers a wrong type of report item theme.
      See Also:
  • Constructor Details

    • ThemeException

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