|
GEOS
|
This file provides the infrastructure to capture external errors. More...
#include "common/DataTypes.hpp"#include "common/format/Format.hpp"#include "common/format/StringUtilities.hpp"#include <mutex>Go to the source code of this file.
Classes | |
| struct | geos::ErrorContext |
| struct | geos::DiagnosticMsg |
| Struct to construct the diagnostic message object. More... | |
| class | geos::DiagnosticMsgBuilder |
| Builder class for constructing DiagnosticMsg objects. More... | |
| class | geos::ErrorLogger |
| Logger for formatting and outputting diagnostics. More... | |
Namespaces | |
| geos | |
Enumerations | |
| enum class | geos::MsgType { Error , ExternalError , Warning , Exception , Undefined } |
This file provides the infrastructure to capture external errors.
Definition in file ErrorHandling.hpp.