当前位置:  技术问答>java相关

问一个简单的Exception问题

    来源: 互联网  发布时间:2015-10-30

    本文导语:  catch(Exception expe)         {           System.out.println("PlanList.Add 异常"+expe.getMessage());           expe.printStackTrace();  //这句做什么用?           throw new EAPException(expe.getMessage());              ...

catch(Exception expe)
        {
          System.out.println("PlanList.Add 异常"+expe.getMessage());
          expe.printStackTrace();  //这句做什么用?
          throw new EAPException(expe.getMessage());
                   //这句做什么用?为什么要throw new EAPException?
        }

|
catch(Exception expe)
        {
          System.out.println("PlanList.Add 异常"+expe.getMessage());
          expe.printStackTrace();  //会在控制台上线是错误的信息。
          throw new EAPException(expe.getMessage());
                   //这句做什么用?为什么要throw new EAPException?
                  作用是抛出一个自定义的异常。这样,你就可以在调用这个方法的时候,用你自己的异常处理系统来相应一些常见的异常。
        }


public void printStackTrace()
Prints this Throwable and its backtrace to the standard error stream. This method prints a stack trace for this Throwable object on the error output stream that is the value of the field System.err. The first line of output contains the result of the toString() method for this object. Remaining lines represent data previously recorded by the method fillInStackTrace(). The format of this information depends on the implementation, but the following example may be regarded as typical: 

    
 
 

您可能感兴趣的文章:

  • java运行exception问题,急!!!
  • corba中exception处理的小问题(最多只能给这么多分了)
  • 违例处理问题1:是不是每个java方法都要有throws Exception子句呢?什么时候必须用?
  • 什么问题:Exception in thread "main" java.lang.NoClassDefFoundError:test(runtime)
  • 初级问题:为什么出现Exception in thread "main" java.lang.NoClassDefFoundError错误?
  • 安装 cent os 5.2 时提示出错not syncing fatal exception,怎么处理这个问题?
  • 问个低级的问题,我编译的时候没问题,可运行时候出现如下提示:Exception in thread "main" java.lang.NoClassDefFoundError: NativeDem
  • 初学者问题:Exception in thread "main" java.lang.NoClassDefFoundError: Welcome
  • (这个问题困扰我一天了,高分)怎样捕获Error,而不是Exception
  • 有一个程序,运行一段时间就会floating point exception,而且没什么规律,怎么查也查不到问题出在哪里,怎么办?
  • s3c2410芯片,fs2410开发板出问题,连非操作系统的外围测试程序也运行不了(swi exception)
  • Exception in thread "main" java.lang.NoClassDefFoundError: mypag/Time 哪位大哥帮帮小弟,这个问题我搞了一个下午了!!!SOS
  • 常见问题解答: Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorld
  • 我刚学Java,用Javac编译一个例程没问题,但一用Java运行就出错:Exception in the thread "main" java.lang.NoClassDefFoundError: Welcome
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • java命名空间java.lang类exception的类成员方法: exception定义及介绍
  • 对于相同的Exception,如何分辨造成Exception的原因
  • java命名空间java.io接口objectstreamconstants的类成员方法: tc_exception定义及介绍
  • "B_FundMaster.java": Error #: 360 : unreported exception: java.lang.Exception; must be caught or declared to be thrown at line 6
  • java命名空间javax.lang.model.element枚举elementkind的类成员方法: exception_parameter定义及介绍
  • 怪怪的EXCEPTION声明
  • 请问a method能return an exception吗?能写个例子看看吗?
  • linux操作系统的异常类(exception)不支持标准c++?
  • exception-handler parameter表示什么?
  • unreported exception: java.lang.ClassNotFoundException
  • 请问java里能自己定义新的Exception吗?
  • Exception in thread "main"
  • 请问exception类中的方法printStackTrace()是做什么用的?
  • 如何将Exception.printStackTrace()显示出来的内容存到String变量中
  • 这个错误是什么原因Exception in thread "main" java.lang.NoClassDefFoundError:
  • Applet报错:Exception:java.lang.NullPointerException
  • exception in thread main???
  • 关于运行JAVA exception in thread "mian"
  • 为什么会是:) Runtime Exception ,有些看不懂:(
  • 如何熟悉Exception的种类?完全通过学习API的document?
  • (急,急,急!!!!)怎样把(Exception e)转换成String 型的


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3