Stroika Library
3.0d16
Help-Home
Loading...
Searching...
No Matches
ResourceNotFoundException.h
1
/*
2
* Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3
*/
4
#ifndef _Stroika_Foundation_Execution_Resources_ResourceNotFoundException_h_
5
#define _Stroika_Foundation_Execution_Resources_ResourceNotFoundException_h_ 1
6
7
#include "Stroika/Foundation/StroikaPreComp.h"
8
9
#include "
Stroika/Foundation/Characters/String.h
"
10
#include "Stroika/Foundation/Execution/Exceptions.h"
11
12
namespace
Stroika::Foundation::Execution
{
13
14
using
Characters::String;
15
16
class
ResourceNotFoundException :
public
Execution::RuntimeErrorException<> {
17
public
:
18
ResourceNotFoundException ();
19
20
public
:
21
/**
22
*/
23
static
const
ResourceNotFoundException kThe;
24
};
25
inline
const
ResourceNotFoundException ResourceNotFoundException::kThe;
26
27
}
28
29
#endif
/*_Stroika_Foundation_Execution_Resources_ResourceNotFoundException_h_*/
String.h
Stroika::Foundation::Execution
Definition
SDKString.inl:7
Library
Sources
Stroika
Foundation
Execution
Resources
ResourceNotFoundException.h
Generated by
1.9.8