444445446447448449450451452453
{ result = segments.get(id); } catch (Exception e) { throw new SegmentGetErr(this.id, id); } return result; }