其他分享
首页 > 其他分享> > 报错:Unhandled exception

报错:Unhandled exception

作者:互联网

被提示unhandled exception(未处理的异常),这说明某个方法在方法异常上已经声明了会抛异常,在调用这个方法的时候就要做异常处理。

处理方法:try…catch或者throws,二选一。idea快捷键 alt+enter

标签:exception,处理,方法,快捷键,报错,Unhandled,异常
来源: https://blog.csdn.net/hanshubyte/article/details/113813994