NitfProcessorConfig.PARSED_URGENCY_RANGE + "' element, '" +
NitfProcessorConfig.VALUE_MAP + "' attribute. " +
"It must have 'alpha=number,' syntax as shown in the following: \n" +
"<ParsedUrgencyRange ... ValueMap=\"A=1,B=2,C=3,D=4,E=5,F=6,G=7,H=9\" ... ");
logger.logError(errEntry);
throw new ConfigException();
}
// Convert the 'valueMapStr' to a HashMap.
HashMap valueMap = new HashMap();
StringTokenizer st = new StringTokenizer(valueMapStr,",");