posts - 82, comments - 269, trackbacks - 0, articles - 1
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理
ClassNotFoundException
当你通过字符串加载一个Class时,如果出错了就会抛出这个异常.比如.
  • The forName method in class Class.
  • The findSystemClass method in class ClassLoader.
  • The loadClass method in class ClassLoader


  • ClassNotFoundException
    如果程序在运行过程中,比如构造函数new一个对象时,触发加载操作了而没有找到对象.就会抛出这个异常.


    详情可以参考:
    http://stackoverflow.com/questions/1457863/what-is-the-difference-between-noclassdeffounderror-and-classnotfoundexception

    只有注册用户登录后才能发表评论。


    网站导航: