gpt4 book ai didi

c++ - C++ 中的自定义异常

转载 作者:搜寻专家 更新时间:2023-10-31 02:06:19 25 4
gpt4 key购买 nike

<分区>

我正在尝试创建自己的异常类,但它不起作用。具体来说,我收到以下错误: “'virtual OversizeException::~OversizeException()' 的宽松抛出说明符” “覆盖‘虚拟 std::exception::~exception() throw()’”我对 C++ 比较陌生,所以我需要一些帮助!这是代码

class OversizeException : public exception
{
private:
string message = " ";

public:
OverlapTilesException()
{
message = " Cannot put ship there! Oversize Exception";
}
const string what()
{
return message;
}
};

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