xlang
v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Public 成员函数
|
包函数
RuntimeException类 参考
运行时异常
更多...
类 RuntimeException 继承关系图:
Public 成员函数
包函数
额外继承的成员函数
详细描述
运行时异常
在文件
BuiltinObjects.x
第
565
行定义.
构造及析构函数说明
◆
RuntimeException()
[1/4]
Exception
RuntimeException
(
)
◆
RuntimeException()
[2/4]
Exception
RuntimeException
(
String
)
◆
RuntimeException()
[3/4]
RuntimeException
(
)
package
构造
◆
RuntimeException()
[4/4]
RuntimeException
(
String
message
)
package
构造
参数
message
异常消息
成员函数说明
◆
Exception()
[1/2]
Exception
Exception
(
)
重载
Exception
.
◆
Exception()
[2/2]
Exception
Exception
(
String
)
重载
Exception
.
◆
getErrorCode()
final long getErrorCode
(
)
重载
Exception
.
◆
getMessage()
[1/2]
final
String
getMessage
(
)
重载
Exception
.
◆
getMessage()
[2/2]
String
getMessage
(
)
package
读取异常消息
返回
异常信息
重载
Exception
.
制作者
1.9.8