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