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