ClassNotFoundException和NoClassDeFoundError

ClassNotFoundException:反射时类名写错了(属于可捕获的异常)

NoClassDeFoundError:编译时依赖的类(jar包)在运行环境机器中不存在(属于无法处理的Error,程序Crash)

https://blog.csdn.net/bryantlmm/article/details/78118763

猜你喜欢

转载自www.cnblogs.com/genggeng/p/10014626.html
今日推荐