GameKit  0.0.1a
C++ gamedev tools
Public Member Functions | Private Attributes | List of all members
gk::Exception Class Reference

#include <Exception.hpp>

Public Member Functions

template<typename... Args>
 Exception (u16 line, std::string filename, Args... args) noexcept
 
virtual const char * what () const noexcept
 

Private Attributes

std::string m_errorMsg
 

Detailed Description

Definition at line 26 of file Exception.hpp.

Constructor & Destructor Documentation

§ Exception()

template<typename... Args>
gk::Exception::Exception ( u16  line,
std::string  filename,
Args...  args 
)
inlinenoexcept

Definition at line 29 of file Exception.hpp.

Member Function Documentation

§ what()

virtual const char* gk::Exception::what ( ) const
inlinevirtualnoexcept

Definition at line 36 of file Exception.hpp.

Member Data Documentation

§ m_errorMsg

std::string gk::Exception::m_errorMsg
private

Definition at line 41 of file Exception.hpp.


The documentation for this class was generated from the following file: