|
StormByte C++ Library: System module 0.0.9999
StormByte-System is a StormByte library module for encapsulating different process handling over different operating system's complexities
|
Exception thrown when an executable is not found. More...
#include <exception.hxx>


Public Member Functions | |
| ExecutableNotFound (const std::filesystem::path &exec) | |
| ExecutableNotFound (const ExecutableNotFound &)=default | |
| ExecutableNotFound (ExecutableNotFound &&) noexcept=default | |
| ExecutableNotFound & | operator= (const ExecutableNotFound &)=default |
| ExecutableNotFound & | operator= (ExecutableNotFound &&) noexcept=default |
| ~ExecutableNotFound () noexcept override=default | |
Public Member Functions inherited from StormByte::System::Exception | |
| Exception (const std::string &message) | |
| Exception (const Exception &)=default | |
| Exception (Exception &&) noexcept=default | |
| Exception & | operator= (const Exception &)=default |
| Exception & | operator= (Exception &&) noexcept=default |
| virtual | ~Exception () noexcept override=default |
Exception thrown when an executable is not found.
| StormByte::System::ExecutableNotFound::ExecutableNotFound | ( | const std::filesystem::path & | exec | ) |
Constructor
| exec | Executable which was not found |
|
default |
Copy constructor
|
defaultnoexcept |
Move constructor
|
overridedefaultnoexcept |
Destructor
|
default |
Assignment operator
|
defaultnoexcept |
Move operator