码迷,mamicode.com
首页 > 其他好文 > 详细

ArrayIndexOutOfBoundsException

时间:2017-01-07 18:13:43      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:turn   bounds   get   ret   customer   tom   this   custom   exce   

java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0

 

 

cusAndComs=this.getEm().createQuery("FROM CusAndCom c WHERE c.hotelCompanyId="+shopId,CusAndCom.class).getResultList();
        return cusAndComs.get(0).getCustomerId();

cusAndComs 没查出数据引起

ArrayIndexOutOfBoundsException

标签:turn   bounds   get   ret   customer   tom   this   custom   exce   

原文地址:http://www.cnblogs.com/tian114527375/p/6259796.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!