|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBirtException
org.eclipse.birt.report.model.api.ModelException
org.eclipse.birt.report.model.api.activity.SemanticException
org.eclipse.birt.report.model.api.command.CustomMsgException
Reports an error during a user-defined message operation.
Field Summary | |
static java.lang.String |
DESIGN_EXCEPTION_DUPLICATE_LOCALE
Duplicated locale for one single message. |
static java.lang.String |
DESIGN_EXCEPTION_INVALID_LOCALE
Invalid locale. |
static java.lang.String |
DESIGN_EXCEPTION_RESOURCE_KEY_REQUIRED
The resource key must be specified for the Translation. |
static java.lang.String |
DESIGN_EXCEPTION_TRANSLATION_NOT_FOUND
translation is not found in the report. |
Fields inherited from class org.eclipse.birt.report.model.api.activity.SemanticException |
element |
Fields inherited from class org.eclipse.birt.report.model.api.ModelException |
PLUGIN_ID |
Constructor Summary | |
CustomMsgException(org.eclipse.birt.report.model.core.DesignElement element,
java.lang.String errCode)
Constructs the exception with error code. |
|
CustomMsgException(org.eclipse.birt.report.model.core.DesignElement element,
java.lang.String resourceKey,
java.lang.String locale,
java.lang.String errCode)
Constructs the exception with error code. |
Method Summary | |
java.lang.String |
getLocalizedMessage()
|
Methods inherited from class org.eclipse.birt.report.model.api.activity.SemanticException |
getElement, getElementName, getMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DESIGN_EXCEPTION_RESOURCE_KEY_REQUIRED
public static final java.lang.String DESIGN_EXCEPTION_DUPLICATE_LOCALE
public static final java.lang.String DESIGN_EXCEPTION_INVALID_LOCALE
public static final java.lang.String DESIGN_EXCEPTION_TRANSLATION_NOT_FOUND
Constructor Detail |
public CustomMsgException(org.eclipse.birt.report.model.core.DesignElement element, java.lang.String errCode)
element
- the elementerrCode
- the error codepublic CustomMsgException(org.eclipse.birt.report.model.core.DesignElement element, java.lang.String resourceKey, java.lang.String locale, java.lang.String errCode)
element
- the elementresourceKey
- the resource key which is involved in this exceptionlocale
- the locale which is involved in this exceptionerrCode
- the error codeMethod Detail |
public java.lang.String getLocalizedMessage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |