上传者: zhanghaishan
|
上传时间: 2023-05-30 00:44:11
|
文件大小: 13KB
|
文件类型: JAR
注意!!!!这个jar仅支持commons-lang-3.x
注意!!!!这个jar仅支持commons-lang-3.x
注意!!!!这个jar仅支持commons-lang-3.x
重要的事情说3遍,我现在用的commons-lang3-3.2.jar
因为再高版本中没有NestableRuntimeException,但是在JSON处理时需要NestableRuntimeException这个类,所以我就单独把2.6的exception提取出来了,让高版本有具备NestableRuntimeException,目前我在使用过程中没有出现问题。
如果缺少NestableRuntimeException,会爆出以下异常:
Exception in thread "main" Java.lang.NoClassDefFoundError: org/apache/commons/lang/exception/NestableRuntimeException
或者:
Caused by: java.lang.ClassNotFoundException: org.apache.commons.lang.exception.NestableRuntimeException