Java_异常_01_org.apache.commons.lang.exception.NestableRuntimeException

Posted shirayner

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Java_异常_01_org.apache.commons.lang.exception.NestableRuntimeException相关的知识,希望对你有一定的参考价值。

异常信息: The type org.apache.commons.lang.exception.NestableRuntimeException cannot be resolved.

                   It is indirectly referenced from required .class files

原因:apache.commons.lang的jar包出现问题。可能是少了jar包,可能是jar包版本冲突。

解决过程:导入commons-lang3-3.6.jar还是出现这个问题,换成commons-lang-2.5.jar,问题得到解决。

附录:jar包下载:jar包集中地

           参考文章:http://blog.csdn.net/gu_gu_/article/details/50551775

以上是关于Java_异常_01_org.apache.commons.lang.exception.NestableRuntimeException的主要内容,如果未能解决你的问题,请参考以下文章

kylin_异常_01_java.io.FileNotFoundException: /developer/apache-kylin-2.3.0-bin/tomcat/conf/.keystore(示

hbase_异常_01_Hbase: Failed to become active master

6.01_异常与File类

Java微信开发_01_微信开发包策略文件

Java_异常_05_ OutOfMemoryError: Java heap space

阶段1 语言基础+高级_1-3-Java语言高级_04-集合_01 Collection集合_5_迭代器的代码实现