zoukankan      html  css  js  c++  java
  • Debugger Exception Notification

    ---------------------------
    Debugger Exception Notification
    ---------------------------
    Project PJSPosts.exe raised exception class ERegistryException with message 'Failed to get data for 'test''.
    ---------------------------
    Break   Continue   Help   
    ---------------------------

    一般代码出现异常,程序会弹出异常信息对话框。

    有的代码,已经使用

    try

    //某些代码

    execpt

    end

    ,注意,即使 except 和 end之间 没有其他语句,也算 程序主动进行了异常处理。

    这个程序,如果单独运行,即使出现异常,程序也 不会 弹出异常信息对话框。

    但是,如果是在IDE下调试运行,IDE的调试器还是会 捕捉到 这个异常,并断下,显示异常对话框。

    所以,一般情况下不需要 IDE调试器 显示 这个异常。

    http://pages.cs.wisc.edu/~rkennedy/exception-messages

    http://jiafeng26.blog.163.com/blog/static/1754251920094153471670/

  • 相关阅读:
    16-1-6 kafka的操作
    16-1-5:MapReduce
    MapReduce概述
    MapReduce的代码实现过程分析
    MapReduce
    HDFS2—SequenceFile(小文件的解决方案)
    HDFS2—federation
    hdfs
    缓解爬虫ip被封的概率
    zookeeper集群搭建
  • 原文地址:https://www.cnblogs.com/CodeGear/p/5082878.html
Copyright © 2011-2022 走看看