strWarning += "\n" + fle.getAbsolutePath();
throw new Exception(strWarning);
}
ShapefileRecord sfr1 = super._altRec.get(0);
DBaseRecord brd = sfr1.getAttributes();
if (brd == null)
{
String str = "brd == null, fle.getAbsolutePath()=" + fle.getAbsolutePath();
GfrPnlContentsOkImportShapeTloLinesOpen._LOGGER_.warning(str);
throw new Exception(str);
}
Set<Map.Entry<String, Object>> setAttributes = brd.getEntries();
if (setAttributes==null || setAttributes.isEmpty()) // TODO: let user enter an unused predix for labels
{
String strWarning = "No valid attributes associated with records of file";
strWarning += "\n" + fle.getAbsolutePath();