Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
EngineCore::BufferWriteException Class Reference

A buffer write exception is typically thrown when trying to write to a buffer which does not have enough space for the content written to it. More...

#include <Exceptions.h>

Inheritance diagram for EngineCore::BufferWriteException:
Collaboration diagram for EngineCore::BufferWriteException:

Public Member Functions

 BufferWriteException (const std::string &message)
 BufferWriteException (const std::stringstream &message)
Public Member Functions inherited from EngineCore::Exception
 Exception (const std::string &message)
 Exception (const std::stringstream &message)

Detailed Description

A buffer write exception is typically thrown when trying to write to a buffer which does not have enough space for the content written to it.

Date
2025-06-14
Author
Konstantin Passig

Definition at line 28 of file Exceptions.h.

Constructor & Destructor Documentation

◆ BufferWriteException() [1/2]

EngineCore::BufferWriteException::BufferWriteException ( const std::string & message)
inlineexplicit

Definition at line 31 of file Exceptions.h.

References EngineCore::Exception::Exception().

Here is the call graph for this function:

◆ BufferWriteException() [2/2]

EngineCore::BufferWriteException::BufferWriteException ( const std::stringstream & message)
inlineexplicit

Definition at line 32 of file Exceptions.h.

References EngineCore::Exception::Exception().

Here is the call graph for this function:

The documentation for this class was generated from the following file:
  • /home/magerbeton/Documents/gl3-vulkan/Engine/include/Engine/Core/Exceptions.h