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.