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