trace exception

[tres ɪkˈsɛpʃən][treis ikˈsepʃən]

[计] 追踪异常

  • To deal with this you can generate a stack trace in the constructor of the exception object during the throw exception statement .

    为了解决这一问题,可以在抛出异常语句期间,在 异常对象的构造函数中生成一个堆栈 跟踪

  • You can see a stack trace in the exception object .

    在这个 异常对象内可以看到一个堆栈 跟踪

  • In order to improve the precision and practicability of dynamic verification for Java mobile code the exception handling procedure is analyzed and an approach is presented to trace and record the information flow caused by the exception handling in Java bytecode .

    为提高Java移动代码动态安全验证的准确性和实用性,通过分析Java字节码中异常处理的方式与流程,提出了 追踪、记录 异常处理中信息流的方法。

  • In the second case the exception has been logged and the exception message and stack trace is available but it doesn 't contain the necessary information to resolve the exception 's cause .

    在第二种情况中,这个异常被记录下来,并且可以看到异常消息,也能够 跟踪堆,但是它并不包含足够发现 异常根源的必要信息。

  • The way to fix it is to examine the exception that caused the ExceptionInInitializerError ( shown in the stack trace under Caused by : ) and find a way to stop this exception from being thrown .

    修复这个错误的方法是检查造成ExceptionInInitializerError的异常(在堆栈 跟踪的Causedby:下显示)并寻找阻止抛出这个 异常的方式。

  • The paper established a exception handling mechanism to monitor trace increased the method of triggering and backward recovery created an exception rule base in the form of active rule realized tracking and processing of dynamic monitoring for unusual problem .

    建立了异常监测 跟踪的处理机制,增加了触发和向后恢复的方法,以主动规则的形式建立了 异常规则库,实现了对于异常问题的动态监测跟踪和处理。

  • This response wraps the stack trace of the server-side exception into the SOAP fault detail .

    这个响应把服务器端 异常的堆栈 跟踪包进了SOAP故障详细信息中。

  • If you try to a write trace messages to a file other than your application root directory you might receive a security exception .

    如果尝试将 跟踪消息写入应用程序根目录之外的文件,就可能会收到安全 异常

  • You can include an exception in a trace record if you are using tracing to debug an application or troubleshoot error and exception handling .

    如果您正使用跟踪来调试应用程序或排除错误和 异常处理,则可以在 跟踪记录中包含一个异常。

  • The stack trace includes frames from both the new and original location with the text End of stack trace from previous location where exception was thrown separating the two .

    堆栈跟踪同时包括新的和原来位置的帧,并通过“Endofstack tracefrompreviouslocationwhere exceptionwasthrown”文字分割两者。

  • The line xdebug . show_exception_trace = On forces an exception trace even if you catch the exception .

    即使捕捉到 异常,代码行xdebug.showexception trace=On仍将强制执行异常 跟踪

  • When the server reports an unexpected exception you can examine the classes and methods of the associated stack trace to determine which application caused or was involved in the exception .

    当服务器报告一个意外的异常时,您可以检查关联堆栈 跟踪的类和方法,来确定哪个应用程序导致了 异常或者与 异常有关。