Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
Stroika::Foundation::Execution::SilentException Class Reference

#include <SilentException.h>

Inheritance diagram for Stroika::Foundation::Execution::SilentException:
Stroika::Foundation::Execution::UserCanceledException

Public Member Functions

virtual const char * what () const noexcept override
 

Static Public Attributes

static const SilentException kThe
 

Detailed Description

Throw this when an error has already been reported - so that it isn't reported again

Definition at line 16 of file SilentException.h.

Member Function Documentation

◆ what()

const char * SilentException::what ( ) const
overridevirtualnoexcept

Provide a 'c string' variant of the exception message. Convert the UNICODE string argument to a narrow-string (multibyte) in the current locale encoding.

Definition at line 16 of file SilentException.cpp.

Member Data Documentation

◆ kThe

const SilentException Stroika::Foundation::Execution::SilentException::kThe
static
Note
not inline because in the SilentException class, this type is incomplete (sad - as of C++17 limitation).

Definition at line 21 of file SilentException.h.


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