Il metodo che mi provoca l'Exception e':


codice:
 public Object getValueAt(int row, int column) {
            
            
                return getModel().getValueAt(convertRowIndexToModel(row),
                        convertColumnIndexToModel(column));    
            
            
        }
Metodo delle jtable!!