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

#include <EcsErrors.h>

Inheritance diagram for Ecs::EntityNullError:
Collaboration diagram for Ecs::EntityNullError:

Public Member Functions

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

Detailed Description

Definition at line 6 of file EcsErrors.h.

Constructor & Destructor Documentation

◆ EntityNullError() [1/3]

Ecs::EntityNullError::EntityNullError ( )
inline

Definition at line 14 of file EcsErrors.h.

References EngineCore::Exception::Exception().

Here is the call graph for this function:

◆ EntityNullError() [2/3]

Ecs::EntityNullError::EntityNullError ( const std::string & message)
inlineexplicit

Definition at line 10 of file EcsErrors.h.

References EngineCore::Exception::Exception().

Here is the call graph for this function:

◆ EntityNullError() [3/3]

Ecs::EntityNullError::EntityNullError ( const std::stringstream & message)
inlineexplicit

Definition at line 11 of file EcsErrors.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/Ecs/EcsErrors.h