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

Used when we allocate memory in finite space (e.g. array) and run out of space. More...

#include <Exceptions.h>

Inheritance diagram for EngineCore::AllocationException:
Collaboration diagram for EngineCore::AllocationException:

Public Member Functions

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

Detailed Description

Used when we allocate memory in finite space (e.g. array) and run out of space.

Date
2025-05-31
Author
Konstantin Passig

Definition at line 41 of file Exceptions.h.

Constructor & Destructor Documentation

◆ AllocationException() [1/2]

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

Definition at line 44 of file Exceptions.h.

References EngineCore::Exception::Exception().

Here is the call graph for this function:

◆ AllocationException() [2/2]

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

Definition at line 45 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