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::Exception Class Reference

Base exception for the System module. More...

#include <exception.hxx>

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

Public Member Functions

 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

Base exception for the System module.

Constructor & Destructor Documentation

◆ Exception()

StormByte::System::Exception::Exception ( const std::string &  message)

Construct from a message.

Parameters
messageError message.

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