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