Inflection
Morphology Inflection
Loading...
Searching...
No Matches
IllegalStateException.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
17{
18public:
22
23public:
31 explicit IllegalStateException(const std::u16string& message);
36};
Used to indicate that a datastructure is in an unknown or bad state.
IllegalStateException(const std::u16string &message)
Used to indicate a generic exception occurring at runtime.
The C++ namespace for Inflection.
Definition fwd.hpp:11