SPARK  0.1.0
A general purpose game engine written in C++.
Loading...
Searching...
No Matches
spark::base::UnsupportedFileFormatException Class Reference

Exception thrown when trying to load a file with an unsupported format. More...

#include <Exception.h>

Inheritance diagram for spark::base::UnsupportedFileFormatException:
spark::base::details::Exception

Public Member Functions

 UnsupportedFileFormatException (const std::string_view &message, const std::source_location &source_location=std::source_location::current())
 
- Public Member Functions inherited from spark::base::details::Exception
 Exception (const char *class_name, const std::string_view &message, const std::source_location &source_location)
 
 Exception (const Exception &other)=default
 
 Exception (Exception &&other) noexcept=default
 
Exceptionoperator= (const Exception &other)=default
 
Exceptionoperator= (Exception &&other) noexcept=default
 

Additional Inherited Members

- Static Protected Member Functions inherited from spark::base::details::Exception
static std::string FormatMessage (const char *class_name, const std::string_view &message, const std::source_location &source_location)
 

Detailed Description

Exception thrown when trying to load a file with an unsupported format.