grails 升级异常
我在编译文件时出现了
Application expects grails version [1.0.1], but GRAILS_HOME is version [1.0] - u se the correct Grails version or run 'grails upgrade' if this Grails version is newer than the version your application expects.
说明是要升级了
异常记录..
异常说明
ArithmeticException算术错误,如被0除
ArrayIndexOutOfBoundsException数组下标出界
ArrayStoreException数组元素赋值类型不兼容
ClassCastException非法强制转换类型
IllegalArgumentException调用方法的参数非法
IllegalMonitorStateException非法监控操作,如等待一个未锁定线程
IllegalStateException环境或应用状态不正确
IllegalThreadStateException请求操作与当前线程状态不兼容
IndexOutOfBoundsException某些类型索引越界
NullPointerException非法使用空引用
NumberFormatException字符串到数字格式非法转换
SecurityException试图违反安全性
StringIndexOutOfBounds试图在字符串边界之外索引
UnsupportedOperationException遇到不支持的操作
相关推荐
hooopo 2014-07-12
80447518 2014-06-18
purpen 2014-05-23
jackyzhuyuanlu 2015-02-12
龙浩然 2015-11-06
daociyiyou 2016-11-07
coderbx 2013-03-11
yehell 2012-04-24
yeyedeyatou 2011-08-04
Ben的程序员生涯 2011-04-29
jieren 2010-02-18
carpenterworm 2009-04-03
trapeze 2008-06-06
掘井之路 2019-07-01