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