} catch(ArrayIndexOutOfBoundsExce | IOException e){
 if(e instanceof ArrayIndexOutOfBoundsExce){
 
 } else if(e instanceof IOException){
 
 }
 /*
 共通の処理
 */
}