org.eclipse.birt.report.model.api.command
Class ThemeException
java.lang.Object
BirtException
org.eclipse.birt.report.model.api.ModelException
org.eclipse.birt.report.model.api.activity.SemanticException
org.eclipse.birt.report.model.api.command.ThemeException
- public class ThemeException
- extends SemanticException
Indicates an error while setting the style of an element.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
DESIGN_EXCEPTION_NOT_FOUND
Error code indicating no style is found with the given name. |
protected java.lang.String |
themeName
The theme name being set. |
Constructor Summary |
ThemeException(org.eclipse.birt.report.model.core.DesignElement obj,
java.lang.String str,
java.lang.String errCode)
Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.
getTheme
public java.lang.Object getTheme()
- Returns the name of the style being set.
- Returns:
- the style name.
getLocalizedMessage
public java.lang.String getLocalizedMessage()
Copyright © 2005 Actuate Corp. All rights reserved.