文件名称:GaiaExceptions:Gaia的例外模块,提供基本的例外和相关功能
文件大小:6KB
文件格式:ZIP
更新时间:2024-04-11 03:21:08
C++
盖亚异常 Gaia的例外模块提供基本的例外和相关功能。 概念 标题 易于理解的异常类型描述,通常在同一异常类的所有实例之间保持一致。 它会显示在异常格式文本的标题行中,例如,以下消息中的标题“ NullPointer”: [NullPointer] A null pointer is given where where non-null pointer is required. Pointer type: ... 信息 消息用于通知用户发生了什么。 通常,将在此处解释发生此异常的原因。 地点 首先抛出此异常实例的函数的名称。
【文件预览】:
GaiaExceptions-main
----ExceptionBase.hpp(2KB)
----GaiaExceptions.hpp(78B)
----CMakeLists.txt(2KB)
----NullPointerException.cpp(177B)
----LICENSE(1KB)
----README.md(722B)
----.gitignore(294B)
----ExceptionBase.cpp(1KB)
----NullPointerException.hpp(2KB)