StormByte C++ Library: System module 1.0.1.9999
StormByte-System is the C++26 process and environment module of the StormByte suite.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
StormByte::System::ExecutableNotFound Class Reference

A program could not be executed / was not found. More...

#include <exception.hxx>

Inheritance diagram for StormByte::System::ExecutableNotFound:
Inheritance graph
[legend]
Collaboration diagram for StormByte::System::ExecutableNotFound:
Collaboration graph
[legend]

Public Member Functions

 ExecutableNotFound (const std::filesystem::path &exec)
 Construct from an executable path or name.
 
 ExecutableNotFound (const ExecutableNotFound &)=default
 Copy constructor.
 
 ExecutableNotFound (ExecutableNotFound &&) noexcept=default
 Move constructor.
 
ExecutableNotFoundoperator= (const ExecutableNotFound &)=default
 Copy assignment.
 
ExecutableNotFoundoperator= (ExecutableNotFound &&) noexcept=default
 Move assignment.
 
 ~ExecutableNotFound () noexcept override=default
 Destructor.
 
- Public Member Functions inherited from StormByte::System::Exception
 Exception (const std::string &message)
 Construct from a message.
 
 Exception (const Exception &)=default
 Copy constructor.
 
 Exception (Exception &&) noexcept=default
 Move constructor.
 
Exceptionoperator= (const Exception &)=default
 Copy assignment.
 
Exceptionoperator= (Exception &&) noexcept=default
 Move assignment.
 
virtual ~Exception () noexcept override=default
 Destructor.
 

Detailed Description

A program could not be executed / was not found.

Constructor & Destructor Documentation

◆ ExecutableNotFound()

StormByte::System::ExecutableNotFound::ExecutableNotFound ( const std::filesystem::path &  exec)

Construct from an executable path or name.

Parameters
execPath or name of the missing executable.

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