Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Engine::Exceptions::BufferWrite 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 Engine::Exceptions::BufferWrite:
Collaboration diagram for Engine::Exceptions::BufferWrite:

Public Member Functions

 BufferWrite (const std::string &message)
 BufferWrite (const std::stringstream &message)
Public Member Functions inherited from Engine::Exceptions::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.

Definition at line 49 of file Exceptions.h.

Constructor & Destructor Documentation

◆ BufferWrite() [1/2]

Engine::Exceptions::BufferWrite::BufferWrite ( const std::string & message)
inlineexplicit

Definition at line 52 of file Exceptions.h.

References Engine::Exceptions::Exception::Exception().

Here is the call graph for this function:

◆ BufferWrite() [2/2]

Engine::Exceptions::BufferWrite::BufferWrite ( const std::stringstream & message)
inlineexplicit

Definition at line 53 of file Exceptions.h.

References Engine::Exceptions::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