SleakEngine 1.0.0
C++23 multi-backend game engine
Loading...
Searching...
No Matches
Sleak::CameraNotFound Class Reference

#include <Exception.hpp>

Inheritance diagram for Sleak::CameraNotFound:

Public Member Functions

 CameraNotFound (const std::string &message="No camera found in static list!")
Public Member Functions inherited from Sleak::NullPointerException
 NullPointerException (const std::string &message="Null pointer access")
Public Member Functions inherited from Sleak::SleakException
 SleakException (const std::string &message)
virtual const char * what () const noexcept override

Additional Inherited Members

Protected Attributes inherited from Sleak::SleakException
std::string message_

Detailed Description

Thrown when no active camera is registered where one is required.

Definition at line 62 of file Exception.hpp.

Constructor & Destructor Documentation

◆ CameraNotFound()

Sleak::CameraNotFound::CameraNotFound ( const std::string & message = "No camera found in static list!")
inline

Definition at line 64 of file Exception.hpp.