gpt4 book ai didi

java捕获异常

转载 作者:行者123 更新时间:2023-12-01 17:27:52 26 4
gpt4 key购买 nike

    try {
if (x.length == Styles.size()) {

}
else{
throws InputMismatchException ;
}
} finally {
OutputFileScanner.close();
}

我在包含上述代码的方法中遇到编译错误,有什么方法可以在 else block 中抛出 InputMismatchException 吗?

最佳答案

您需要使用new关键字:

throw new InputMismatchException();

关于java捕获异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13576502/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com