_exceptions = new Vector(INITIAL_CAPACITY, CAPACITY_INCREMENT);
_exceptions.addElement(tc);
return _exceptions.size();
try { return (TypeCode) _exceptions.elementAt(index); } catch (ArrayIndexOutOfBoundsException e) { throw new Bounds(); }
try { _exceptions.removeElementAt(index); } catch (ArrayIndexOutOfBoundsException e) { throw new Bounds(); }