Inflection
Morphology Inflection
Loading...
Searching...
No Matches
XMLParseException.hpp
1/*
2 * Copyright 2016-2024 Apple Inc. All rights reserved.
3 */
4#pragma once
5
6#include <inflection/exception/fwd.hpp>
7#include <inflection/exception/Exception.hpp>
8
14class INFLECTION_CLASS_API inflection::exception::XMLParseException
16{
17public:
21
22
23public:
29 explicit XMLParseException(const std::u16string& message);
30 ~XMLParseException() override;
31};
Base exception class for all exceptions in Inflection.
Definition Exception.hpp:21
Used to indicate an error parsing XML documents.
XMLParseException(const std::u16string &message)
The C++ namespace for Inflection.
Definition fwd.hpp:11