private Set<JClass> getThrows() { if(_throws==null) _throws = new TreeSet<JClass>(ClassNameComparator.theInstance); return _throws; }