为什么 getCanonicalPath 会抛出检查异常,而 getAbsolutePath 不会?
我通过阅读一些相关文字知道了两者之间的区别。但我很好奇为什么 getCanonicalPath()
抛出检查异常,而 getAbsolutePath()
不抛出任何异常?
I know the differences between the two by reading some related text. But I am curious that why getCanonicalPath()
throws checked exception while getAbsolutePath()
does not throw any?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在文档中说明了原因
getCanonicalPath
:It says why in the documentation for
getCanonicalPath
: