public class WrongTypeException extends ExtendsException
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
DESIGN_EXCEPTION_WRONG_EXTENSION_TYPE
The parent element does not have the same type of extension as the target
element.
|
static java.lang.String |
DESIGN_EXCEPTION_WRONG_TYPE
The parent element does not have the same type as the target element.
|
DESIGN_EXCEPTION_CANT_EXTEND, DESIGN_EXCEPTION_CIRCULAR, DESIGN_EXCEPTION_EXTENDS_FORBIDDEN, DESIGN_EXCEPTION_NO_PARENT, DESIGN_EXCEPTION_PARENT_NOT_FOUND, DESIGN_EXCEPTION_PARENT_NOT_IN_COMPONENT, DESIGN_EXCEPTION_PARENT_NOT_INCLUDE, DESIGN_EXCEPTION_SELF_EXTEND, DESIGN_EXCEPTION_UNNAMED_PARENT, extendsName, parentDESIGN_EXCEPTION__EXPORT_ELEMENT_FAIL, elementPLUGIN_ID| 构造器和说明 |
|---|
WrongTypeException(org.eclipse.birt.report.model.core.DesignElement obj,
org.eclipse.birt.report.model.core.DesignElement parent,
java.lang.String errCode)
Constructor.
|
WrongTypeException(org.eclipse.birt.report.model.core.DesignElement obj,
java.lang.String name,
java.lang.String errCode)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getLocalizedMessage() |
getExtendsgetElement, getElementName, getMessagegetErrorCode, getLocalizedMessage, getPluginId, getSeverity, setSeveritypublic static final java.lang.String DESIGN_EXCEPTION_WRONG_TYPE
public static final java.lang.String DESIGN_EXCEPTION_WRONG_EXTENSION_TYPE
public WrongTypeException(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 WrongTypeException(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.String getLocalizedMessage()
getLocalizedMessage 在类中 ExtendsExceptionCopyright © 2008 Actuate Corp. All rights reserved.