public class ExtendsException extends SemanticException
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
DESIGN_EXCEPTION_CANT_EXTEND
已过时。
pushed down to sub class
ExtendsForbiddenException |
static java.lang.String |
DESIGN_EXCEPTION_CIRCULAR
已过时。
pushed down to sub class
CircularExtendsException |
static java.lang.String |
DESIGN_EXCEPTION_EXTENDS_FORBIDDEN
已过时。
pushed down to sub class
ExtendsForbiddenException |
static java.lang.String |
DESIGN_EXCEPTION_NO_PARENT
已过时。
pushed down to sub class
InvalidParentException |
static java.lang.String |
DESIGN_EXCEPTION_PARENT_NOT_FOUND
已过时。
pushed down to sub class
InvalidParentException |
static java.lang.String |
DESIGN_EXCEPTION_PARENT_NOT_IN_COMPONENT
已过时。
pushed down to sub class
ExtendsForbiddenException |
static java.lang.String |
DESIGN_EXCEPTION_PARENT_NOT_INCLUDE
已过时。
pushed down to sub class
InvalidParentException |
static java.lang.String |
DESIGN_EXCEPTION_SELF_EXTEND
已过时。
pushed down to sub class
CircularExtendsException |
static java.lang.String |
DESIGN_EXCEPTION_UNNAMED_PARENT
已过时。
pushed down to sub class
InvalidParentException |
static java.lang.String |
DESIGN_EXCEPTION_WRONG_EXTENSION_TYPE
已过时。
pushed down to sub class
WrongTypeException |
static java.lang.String |
DESIGN_EXCEPTION_WRONG_TYPE
已过时。
pushed down to sub class
WrongTypeException |
protected java.lang.String |
extendsName
The new extends value.
|
protected org.eclipse.birt.report.model.core.DesignElement |
parent
The parent element to set.
|
DESIGN_EXCEPTION__EXPORT_ELEMENT_FAIL, elementPLUGIN_ID| 构造器和说明 |
|---|
ExtendsException(org.eclipse.birt.report.model.core.DesignElement obj,
org.eclipse.birt.report.model.core.DesignElement parent,
java.lang.String errCode)
Constructor.
|
ExtendsException(org.eclipse.birt.report.model.core.DesignElement obj,
java.lang.String name,
java.lang.String errCode)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
getExtends()
Returns the attempted new value for the extends property.
|
java.lang.String |
getLocalizedMessage() |
getElement, getElementName, getMessagegetErrorCode, getLocalizedMessage, getPluginId, getSeverity, setSeverityprotected java.lang.String extendsName
protected org.eclipse.birt.report.model.core.DesignElement parent
public static final java.lang.String DESIGN_EXCEPTION_PARENT_NOT_FOUND
InvalidParentExceptionpublic static final java.lang.String DESIGN_EXCEPTION_WRONG_TYPE
WrongTypeExceptionpublic static final java.lang.String DESIGN_EXCEPTION_WRONG_EXTENSION_TYPE
WrongTypeExceptionpublic static final java.lang.String DESIGN_EXCEPTION_EXTENDS_FORBIDDEN
ExtendsForbiddenExceptionpublic static final java.lang.String DESIGN_EXCEPTION_CANT_EXTEND
ExtendsForbiddenExceptionpublic static final java.lang.String DESIGN_EXCEPTION_SELF_EXTEND
CircularExtendsExceptionpublic static final java.lang.String DESIGN_EXCEPTION_CIRCULAR
CircularExtendsExceptionpublic static final java.lang.String DESIGN_EXCEPTION_UNNAMED_PARENT
InvalidParentExceptionpublic static final java.lang.String DESIGN_EXCEPTION_PARENT_NOT_IN_COMPONENT
ExtendsForbiddenExceptionpublic static final java.lang.String DESIGN_EXCEPTION_PARENT_NOT_INCLUDE
InvalidParentExceptionpublic static final java.lang.String DESIGN_EXCEPTION_NO_PARENT
InvalidParentExceptionpublic ExtendsException(org.eclipse.birt.report.model.core.DesignElement obj,
java.lang.String name,
java.lang.String errCode)
obj - the element being changed.name - the value being set for the extends property.errCode - what went wrong.public ExtendsException(org.eclipse.birt.report.model.core.DesignElement obj,
org.eclipse.birt.report.model.core.DesignElement parent,
java.lang.String errCode)
obj - the element being changed.parent - the parent element.errCode - what went wrong.public java.lang.Object getExtends()
public java.lang.String getLocalizedMessage()
getLocalizedMessage 在类中 SemanticExceptionCopyright © 2008 Actuate Corp. All rights reserved.