「rethrowing」を含む例文一覧(3)

  • When rethrowing, the original exception must be wrapped inside the one being thrown.
    再度スローする場合は、スローする例外の中で元の例外をラップしておく必要があります。 - PEAR
  • The current method can add useful debugging information to the received error before rethrowing.
    現在のメソッド内で、受け取ったエラーに有用なデバッグ情報を追加して再スローできる場合。 - PEAR
  • The case between rethrowing or bubbling up is one of software architecture: Exceptions should be bubbled up, except in these two cases:
    例外を新たにスローするか元の例外を放置しておくかは、ソフトウェアの設計の問題となります。 以下のふたつの例外を除き、基本的に例外は放置しておくべきです。 - PEAR

例文データの著作権について