#include <format_not_supported_exception.h>
Inherits Exception.
Inheritance diagram for FormatNotSupportedException:
Public Member Functions | |
FormatNotSupportedException (std::string extension) | |
FormatNotSupportedException (FormatNotSupportedException const &src) | |
virtual | ~FormatNotSupportedException () throw () |
virtual char const * | what () const throw () |
std::string const & | getExtension () const |
When a file of an unknown type, with an unknown extension is tried to be loaded, then this exception should be thrown
Christian Koerner (christian.koerner@imedgine.org)
Alexander Lex (alexander.lex@imedgine.org)
Marc Streit (marc.streit@imedgine.org)
Martin Reininger (martin.reininger@imedgine.org)
Definition at line 36 of file format_not_supported_exception.h.
|
Constructor
Definition at line 20 of file format_not_supported_exception.cpp. |
|
Copy Constructor Definition at line 27 of file format_not_supported_exception.cpp. |
|
Destructor Definition at line 34 of file format_not_supported_exception.cpp. |
|
Return a string containing the extension of the format that cause the exception
Definition at line 47 of file format_not_supported_exception.cpp. References Exception::detail_. |
|
Return a string describing what happened
Reimplemented from Exception. Definition at line 40 of file format_not_supported_exception.cpp. |