Lugdunum
0.1.0
|
#include <Exception.hpp>
Public Member Functions | |
FileNotFoundException (const std::string &description, const char *file, const char *function, uint32_t line) | |
Public Member Functions inherited from lug::System::Exception | |
Exception (const char *typeName, const std::string &description, const char *file, const char *function, uint32_t line) | |
Exception constructor. More... | |
Exception (Exception &&other)=default | |
Exception (const Exception &other)=default | |
Exception & | operator= (const Exception &other)=default |
Exception & | operator= (Exception &&other)=default |
virtual | ~Exception () throw () |
const std::string & | getTypeName () const |
TypeName getter. More... | |
const std::string & | getDescription () const |
Description getter. More... | |
const std::string & | getFile () const |
File getter. More... | |
const std::string & | getFunction () const |
Function getter. More... | |
uint32_t | getLine () const |
Line getter. More... | |
const char * | what () const noexcept override |
Return the full formated exception. More... | |
Definition at line 82 of file Exception.hpp.
|
inline |
Definition at line 84 of file Exception.hpp.