|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tigris.scarab.util.build.l10nchecker.L10nIssue
org.tigris.scarab.util.build.l10nchecker.issues.DifferentAttributeCountIssue
This error is produced in case the number of arguments is different in the reference and the localisation.
Example:
a={0} should be {1}
a={0} sollte {1} sein, Standart ist {2}
| Field Summary |
| Fields inherited from class org.tigris.scarab.util.build.l10nchecker.L10nIssue |
MESSAGE_ERROR, MESSAGE_IGNORE, MESSAGE_INFO, MESSAGE_WARNING |
| Constructor Summary | |
DifferentAttributeCountIssue(java.lang.String key,
int attrCount,
int origAttrCount)
Construct this issue |
|
| Method Summary | |
java.lang.String |
getMessageTemplate()
Return the message template that is used to display the error text. |
java.lang.Object[] |
getParameters()
Get the parameters for a message |
| Methods inherited from class org.tigris.scarab.util.build.l10nchecker.L10nIssue |
formatMessage, getMessageType, isError, isInfo, isWarning, setMessageType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DifferentAttributeCountIssue(java.lang.String key,
int attrCount,
int origAttrCount)
| Method Detail |
public java.lang.String getMessageTemplate()
L10nIssue
getMessageTemplate in class L10nIssuepublic java.lang.Object[] getParameters()
L10nIssue
getParameters in class L10nIssue
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||