Stroika Library
3.0d16
Help-Home
Loading...
Searching...
No Matches
RecordNotFoundException.inl
1
/*
2
* Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3
*/
4
5
namespace
Stroika::Foundation::DataExchange
{
6
7
/*
8
********************************************************************************
9
******************** DataExchange::RecordNotFoundException *********************
10
********************************************************************************
11
*/
12
inline
RecordNotFoundException::RecordNotFoundException (
const
optional<Characters::String>& whatRecord)
13
: inherited{whatRecord == nullopt ?
"Record Not Found"
sv : (
"Record ("
+ *whatRecord +
") Not Found"
)}
14
{
15
}
16
17
}
Stroika::Foundation::DataExchange
Definition
String.h:1943
Library
Sources
Stroika
Foundation
DataExchange
RecordNotFoundException.inl
Generated by
1.9.8