帮忙看下这段运行后产生的代码代表什么意思
java.lang.IllegalArgumentException at javax.microedition.lcdui.TextField.setChars(+105)
at javax.microedition.lcdui.TextField.setString(+27)
at GCJS.n(+186)
at GCJS.commandAction(+85)
at javax.microedition.lcdui.Display$DisplayAccessor.commandAction(+282)
at javax.microedition.lcdui.Display$DisplayManagerImpl.commandAction(+10)
at com.sun.midp.lcdui.DefaultEventHandler.commandEvent(+68)
at com.sun.midp.lcdui.AutomatedEventHandler.commandEvent(+47)
at com.sun.midp.lcdui.DefaultEventHandler$QueuedEventHandler.run(+250)
帮忙看下这段运行后产生的代码代表什么意思/我已经头疼了一个月了,请高手帮忙解决,万分感谢
------解决方案--------------------up
------解决方案--------------------无效的参数异常
------解决方案--------------------非法参数异常
------解决方案--------------------参数不对吧
------解决方案--------------------参数错了````搞了一个月?同情```
------解决方案--------------------java.lang.
IllegalArgumentException at javax.microedition.lcdui.TextField.setChars(+105)
IllegalArgumentException - if data is illegal for the current input constraints
IllegalArgumentException - if the text would exceed the current maximum capacity
一个月。。。山中方七日,世上已千年?
------解决方案--------------------如果超过容量或者字符串中有哦不符合输入条件的字符
比如限制只能输入数字,你非要set 字母进去
------解决方案--------------------楼上正解