xlang
v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
InterruptedException.x
浏览该文件的文档.
1
5
class
InterruptedException
:
Exception
{
10
public
final
@NotNilptr
String
getMessage
();
15
public
final
long
getErrorCode
();
19
public
InterruptedException
();
24
public
InterruptedException
(
String
);
25
};
Exception
Definition
Exception.x:5
InterruptedException
Definition
InterruptedException.x:5
InterruptedException.getErrorCode
final long getErrorCode()
InterruptedException.InterruptedException
InterruptedException(String)
InterruptedException.getMessage
final String getMessage()
InterruptedException.InterruptedException
InterruptedException()
String
Definition
String.x:5
std
InterruptedException.x
制作者
1.9.8