org.eclipse.birt.report.model.api.command
Class ExtendsForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.report.model.api.ModelException
org.eclipse.birt.report.model.api.activity.SemanticException
org.eclipse.birt.report.model.api.command.ExtendsException
org.eclipse.birt.report.model.api.command.ExtendsForbiddenException
- All Implemented Interfaces:
- java.io.Serializable
public class ExtendsForbiddenException
- extends ExtendsException
An error indicates not supported extension while setting the extends property
of an element.
- See Also:
- Serialized Form
Fields inherited from class org.eclipse.birt.core.exception.BirtException |
CANCEL, ERROR, INFO, oaMessageArguments, OK, pluginId, rb, severity, sResourceKey, WARNING |
Constructor Summary |
ExtendsForbiddenException(org.eclipse.birt.report.model.core.DesignElement obj,
org.eclipse.birt.report.model.core.DesignElement parent,
java.lang.String errCode)
Constructor. |
ExtendsForbiddenException(org.eclipse.birt.report.model.core.DesignElement obj,
java.lang.String name,
java.lang.String errCode)
Constructor. |
Methods inherited from class org.eclipse.birt.core.exception.BirtException |
getErrorCode, getLocalizedMessage, getPluginId, getSeverity, setSeverity |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DESIGN_EXCEPTION_EXTENDS_FORBIDDEN
public static final java.lang.String DESIGN_EXCEPTION_EXTENDS_FORBIDDEN
- The element does not allow to set extends explicitly.
- See Also:
- Constant Field Values
DESIGN_EXCEPTION_CANT_EXTEND
public static final java.lang.String DESIGN_EXCEPTION_CANT_EXTEND
- The element does not allow extensions.
- See Also:
- Constant Field Values
DESIGN_EXCEPTION_PARENT_NOT_IN_COMPONENT
public static final java.lang.String DESIGN_EXCEPTION_PARENT_NOT_IN_COMPONENT
- The parent element not in component slot of report design.
- See Also:
- Constant Field Values
DESIGN_EXCEPTION_RESULT_SET_SHARED_CANT_EXTEND
public static final java.lang.String DESIGN_EXCEPTION_RESULT_SET_SHARED_CANT_EXTEND
- The shared result set report item cannot be extended.
- See Also:
- Constant Field Values
ExtendsForbiddenException
public ExtendsForbiddenException(org.eclipse.birt.report.model.core.DesignElement obj,
java.lang.String name,
java.lang.String errCode)
- Constructor.
- Parameters:
obj
- the element being changed.name
- the value being set for the extends property.errCode
- what went wrong.
ExtendsForbiddenException
public ExtendsForbiddenException(org.eclipse.birt.report.model.core.DesignElement obj,
org.eclipse.birt.report.model.core.DesignElement parent,
java.lang.String errCode)
- Constructor.
- Parameters:
obj
- the element being changed.parent
- the parent element.errCode
- what went wrong.
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in class ExtendsException
Copyright © 2008 Actuate Corp. All rights reserved.