grails 升级异常
我在编译文件时出现了
Application expects grails version [1.0.1], but GRAILS_HOME is version [1.0] - use the correct Grails version or run 'grails upgrade' if this Grails version isnewer than the version your application expects.
说明是要升级了
异常记录..
异常说明
ArithmeticException算术错误,如被0除
ArrayIndexOutOfBoundsException数组下标出界
ArrayStoreException数组元素赋值类型不兼容
ClassCastException非法强制转换类型
IllegalArgumentException调用方法的参数非法
IllegalMonitorStateException非法监控操作,如等待一个未锁定线程
IllegalStateException环境或应用状态不正确
IllegalThreadStateException请求操作与当前线程状态不兼容
IndexOutOfBoundsException某些类型索引越界
NullPointerException非法使用空引用
NumberFormatException字符串到数字格式非法转换
SecurityException试图违反安全性
StringIndexOutOfBounds试图在字符串边界之外索引
UnsupportedOperationException遇到不支持的操作