exception chaining 中文意思是什麼

exception chaining 解釋
異常鏈接
  • exception : n. 1. 例外;除外,除去。2. 【法律】抗告;異議,不服,反對。adv. -ally ,-less adj. 無例外的。
  • chaining : 測鏈測量
  1. The implementation of exception chaining in jdks 1. 4 and later mitigates this problem somewhat

    (在jdk 1 . 4以及后來的版本中,異常鏈的實現在某種程度上緩解了該問題。
  2. Exception when it cannot find a resource generally using exception chaining to preserve the underlying cause, rather than the lower - level

    異常(通常使用異常鏈來保存隱含的原因) ,而不是更底層的
  3. Another variation on this lesson would be to log the original exceptions for an older framework like struts that didn t use exception chaining, so you can see the underlying causes of failures

    本課程的另一個變體是記錄不使用異常鏈的舊框架(比如struts )的原始異常,這樣就可以查看失敗的底層原因。
  4. Exception chaining can be used to throw a more appropriate exception without throwing away the details such as the stack trace of the underlying failure, allowing abstract layers to insulate the layers above them from the details of the layers below them while preserving information that might be useful for debugging

    異常鏈可以用於拋出一個更為合適的異常而不用丟棄關于底層失敗的細節(例如棧跟蹤) ,允許抽象層將位於它們之上的分層同位於它們之下的分層的細節隔離開來,同時保留對于調試可能有用的信息。
分享友人