Sorry I forgot to mention that!

rs = stmt.executeQuery("...");

while(rs.next()) {                            // LINE 308
    arrLstS.add(rs.getString("..."));
    arrLstS.add(getRoomName(rs.getInt("...")));
    arrLstB.add(arrLstS);            
}

Reply via email to