gpt4 book ai didi

Java非法启动类型?

转载 作者:行者123 更新时间:2023-11-29 09:57:16 24 4
gpt4 key购买 nike

我有这个:

class undefinedException extends Exception {
super("Its not defined!");
}

但我得到:类型的非法开始

怎么了?

谢谢

最佳答案

应该是

class UndefinedException extends Exception {

public UndefinedException() {
super("Its not defined!");
}

}

关于Java非法启动类型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6301814/

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