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