Inflection
Morphology Inflection
Loading...
Searching...
No Matches
inflection_headers
inflection
exception
IOException.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/RuntimeException.hpp>
8
13
class
INFLECTION_CLASS_API
inflection
::
exception::IOException
14
:
public
inflection::exception::RuntimeException
15
{
16
public
:
18
typedef
::inflection::exception::RuntimeException
super;
20
21
22
public
:
26
IOException
();
30
explicit
IOException
(
const
std::u16string& message);
34
~IOException
()
override
;
35
};
inflection::exception::IOException
Used to indicate a general IO error.
Definition
IOException.hpp:15
inflection::exception::IOException::~IOException
~IOException() override
inflection::exception::IOException::IOException
IOException(const std::u16string &message)
inflection::exception::IOException::IOException
IOException()
inflection::exception::RuntimeException
Used to indicate a generic exception occurring at runtime.
Definition
RuntimeException.hpp:16
inflection
The C++ namespace for Inflection.
Definition
fwd.hpp:11
Generated on Wed Sep 3 2025 15:31:47 for Inflection by
1.9.8