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