Senzing C++ SDK
C++ SDK for Senzing v4, patterned after the official C# SDK
Loading...
Searching...
No Matches
senzing::sdk::SzEnvironmentDestroyedException Class Reference

Thrown when an SzEnvironment (or a subsystem it owns) is used after Destroy(). More...

#include <SzException.hpp>

Inheritance diagram for senzing::sdk::SzEnvironmentDestroyedException:
Collaboration diagram for senzing::sdk::SzEnvironmentDestroyedException:

Public Member Functions

 SzEnvironmentDestroyedException ()
 
 SzEnvironmentDestroyedException (const std::string &message)
 
 SzEnvironmentDestroyedException (const std::string &message, const std::exception &cause)
 
 SzEnvironmentDestroyedException (const std::exception &cause)
 

Detailed Description

Thrown when an SzEnvironment (or a subsystem it owns) is used after Destroy().

This is a programming/misuse error – NOT a Senzing engine error – so it is rooted at std::logic_error, mirroring the C# SDK's choice of InvalidOperationException.

Constructor & Destructor Documentation

◆ SzEnvironmentDestroyedException() [1/4]

senzing::sdk::SzEnvironmentDestroyedException::SzEnvironmentDestroyedException ( )
inline

◆ SzEnvironmentDestroyedException() [2/4]

senzing::sdk::SzEnvironmentDestroyedException::SzEnvironmentDestroyedException ( const std::string &  message)
inlineexplicit

◆ SzEnvironmentDestroyedException() [3/4]

senzing::sdk::SzEnvironmentDestroyedException::SzEnvironmentDestroyedException ( const std::string &  message,
const std::exception &  cause 
)
inline

◆ SzEnvironmentDestroyedException() [4/4]

senzing::sdk::SzEnvironmentDestroyedException::SzEnvironmentDestroyedException ( const std::exception &  cause)
inlineexplicit

The documentation for this class was generated from the following file: