青年中文青年中文

throwable的意思

throwable中文翻譯:

adj.可拋擲的

相似詞語短語

exfoliative erythroderma───[醫] 剝脫性紅皮病

philanthropist wallace crossword───慈善家華萊士縱橫填字游戲

medicament zithromax───紫癜風藥劑

birthroot midwifery───生根助產

all through the town───整個鎮上

philanthropist khan───慈善家汗

anthropophagous definition───食人定義

overthrowing zeus───推翻宙斯

even through───甚至通過;即使通過

philanthropy is a way that───慈善事業是一種

雙語使用場景

Void failed (Throwable e, a attachment) executes if the task fails to complete due to Throwable e.───void failed (Throwable e, a attachment)在任務由于Throwable e而失敗時執行。

First, the throwable property is not a supported JAX-RPC type.───首先,throwable屬性不是JAX - RPC支持的類型。

I use the method GWT.log , which takes a string and a Throwable as arguments.───我使用GWT . log方法,該方法使用字符串和Throwable作為參數。

Otherwise, the onFailure method is called with an instance of Throwable, which contains a custom exception passed from the server.───否則,用Throwable的實例調用onFailure方法,Throwable的實例包含從服務器傳遞來的定制異常。

Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.───向servlet日志文件寫入錯誤說明信息和給定Throwable異常堆棧跟蹤。

The argument to this method is the exception or other throwable object that the server side has returned.───此方法的參數是異常或服務器端返回的其他可拋出對象。

The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.───Exception類和它的子類都是Throwable的一種形式,表示這種情況可以在合理的應用中進行捕獲。

the detail message string of this Throwable instance (which may be null).───Throwable實例的詳細信息字符串(可能為null)。

This method calls the getLocalizedMessage method on the Throwable exception to get a localized exception message.───該方法調用Throwable異常的getLocalizedMessage方法來獲取本地化異常信息。

英語使用場景

For example, any subclass of java.lang.Throwable or java.awt.Component inherits serializability from its ancestor.