ex.setLocationInfo(infile, lineNumber);
throw(ex);
}
catch(DmcValueException e){
ResultException ex = new ResultException();
ex.addError(e.getMessage());
if (e.getAttributeName() != null)
ex.result.lastResult().moreMessages("Attribute: " + e.getAttributeName());
ex.setLocationInfo(infile, lineNumber);
throw(ex);
}