checked exception的意思
checked exception中文翻譯:
受檢異常
相似詞語短語
take exception───反對;有反感
chemoreception───n.感官對化學品刺激的反應
odd exception───奇怪的例外
change perceptions───改變觀念
checked in───報到,記錄;到達并登記
cracked fraction───裂化餾分
few exceptions───少數例外
雙語使用場景
container will not automatically roll back a transaction on a checked exception when you use the Declarative Transaction model.───使用 Declarative Transaction 模型時,容器將不會針對檢測到的異常自動回滾事務。
developer must specify where and when to roll back a transaction when a checked exception occurs.───開發人員必須指定出現異常時在何處以及何時回滾事務。
handle this is to provide a public static initialize method that throws a checked exception when initialization fails.───處理這個問題的一種方法是提供一個公共靜態initialize方法,初始化失敗時該方法將拋出一個檢查到的異常。
If the e-mail server is down, you would send some sort of SMTP checked exception indicating that the message cannot be sent.───如果電子郵件服務器關閉,您將發送某種形式的SMTP受控異常,表示郵件無法發送。
The container will not automatically roll back a transaction on a checked exception when you use the Declarative Transaction model.───在使用DeclarativeTransaction模型時,容器將不會針對檢測到的異常自動回滾事務。
The developer must specify where and when to roll back a transaction when a checked exception occurs.───開發人員必須指定出現異常時在何處以及何時回滾事務。
The constructor for URLs throws a checked exception.───URL的構造函數拋出一個已檢查異常(checkedexception)。
If a method results in a checked exception being thrown, the compiler issues an error unless the code that calls the method has a───如果某個方法導致引發選中的異常,編譯器會發出錯誤,除非調用該方法的代碼有用于捕捉選中異常的