exception throw 中文意思是什麼

exception throw 解釋
引發異常
  • exception : n. 1. 例外;除外,除去。2. 【法律】抗告;異議,不服,反對。adv. -ally ,-less adj. 無例外的。
  • throw : vt (threw; thrown )1 扔,拋,投,摔,擲,丟。2 摔倒,使翻倒;(將船等)沖上(暗礁等);(馬)把...
  1. Your code can throw an exception in one language and that exception can be caught and understood by an object written in another language

    您的代碼可以以一種語言引發異常,該異常可以被用另一種語言編寫的對象捕獲並理解。
  2. Parameters specify whether to use the big - endian byte order, whether to provide a unicode byte order mark, and whether to throw an exception when an invalid encoding is detected

    參數指定是否使用big - endian位元組順序,是否提供unicode位元組順序標記,以及當檢測到無效編碼時是否引發異常。
  3. If you want to catch an exception raised with something other than a throw

    如果希望捕獲由throw以外的內容引發的異常,請使用
  4. In some cases you may want to catch an exception and throw a different exception type to provide more data

    在某些情況下,可能需要通過捕捉一種異常來引發其他異常類型,以便提供更多數據。
  5. Players may use their feet, head, _ or _ chest to play the ball with the exception of the goalkeeper _ and _ of making a throw - in, players may not use their hands _ or _ arms

    球員可用腳、頭和胸部觸球,但是只有守門員和擲界外球的球員可以用手觸球。
  6. Normally, a dom implementation must verify the correctness of operations and throw an exception if an application passes the wrong parameters or performs an illegal operation

    一般情況下, dom實現必須檢驗操作的正確性,並在應用程序傳遞錯誤參數或者執行非法操作時拋出異常。
  7. Floating - point operations never throw an exception

    浮點運算永遠不會引發異常。
  8. Make the business method to throw a runtime exception

    使業務方法拋出運行時的異常
  9. Throw exceptions only for extraordinary conditions, then catch exceptions in a general purpose exception handler that applies to the majority of your application, not a handler that applies to a specific exception

    僅對特別條件引發異常,然後在應用於大多數應用程序的常規異常處理程序中捕捉異常,而不是在應用於特定異常的處理程序中捕捉異常。
  10. In the case that wildcards are not supported by your repository, you will throw an exception when you encounter a wildcard with a like operator

    如果存儲庫不支持通配符,那麼在遇到通配符和like操作符時應該拋出異常。
  11. For whether the listener is registered before registering it, and throw an exception or log an error if it is, so that evidence of the coding error can be gathered and acted on

    ,在登記偵聽器之前檢查是否已經登記了,如果已經登記,就拋出異常(或記錄錯誤) ,這樣就可以搜集編碼錯誤的證據,並採取行動。
  12. To improve the caller s ability to determine the reason an exception is thrown, it is sometimes desirable for a method to catch an exception thrown by a helper routine and then throw an exception more indicative of the error that has occurred

    為提高調用方確定異常引發原因的能力,有時可能需要方法捕捉幫助器常式引發的異常,然後引發一個進一步指示已發生的錯誤的異常。
  13. Introduces a type conversion operation that does not throw an exception

    引入不引發異常的類型轉換操作。
  14. But, in this example, we couldn t throw such a checked exception without violating the

    介面,就不能拋出這樣一個檢查過的異常。
  15. Method will throw an exception with the message, " the result set has no current row. " the jdbc specification states that an exception arises when an update method is called for a column of a cursor that is concur read only

    方法將引發異常,並顯示消息「 resultset沒有當前行」 。 jdbc規范聲明對游標為concur _ read _ only的列調用更新方法時會引發異常。
  16. To throw an exception, the jvm issues an

    為了拋出異常, jvm發出
  17. An application can fail even if it doesn t throw an exception

    應用程序有可能在出現故障時並不拋出異常。
  18. This constructor creates an instance that uses the little - endian byte order, provides a unicode byte order mark, and does not throw an exception when an invalid encoding is detected

    此構造函數創建一個實例,該實例使用little - endian位元組順序,提供一個unicode位元組順序標記,且當檢測到無效編碼時不引發異常。
  19. Method to throw an exception when the preconditions fail

    方法以便在前提條件不滿足時引發異常。
  20. The exception mask is an internal value of all stream objects specifying which state flags have to throw an exception when they are set

    這個異常掩碼是所有規定了當掩碼被設定時哪種異常必須拋出的流對象的內部值
分享友人