扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.io类interruptedioexception的类成员方法: interruptedioexception定义及介绍
发布时间:2014-2-17
本文导语:
interruptedioexception
public interruptedioexception(string s)
构造带指定详细消息的 interruptedioexception。稍后可以通过 java.lang.throwable 类的 throwable.getmessage() 方法获取字符串 s。
参数:s - 详细消息。