Created: Wed Jan 29 10:28:53 2003
72737475767778798081
result = result.concat("%") .concat(new Integer(getNextId()).toString()) .trim(); } } catch (RuntimeException exp) { throw new VPFDataFormatException("This triplet is invalid.", exp); } return result; }