![]() |
Mapper
0.9.0
API documentation
|
An exception type thrown by an importer or exporter if it encounters a fatal error. More...
#include <file_format.h>


Public Member Functions | |
| FileFormatException (const QString &message=QString()) | |
| Creates a new exception with the given message. More... | |
| FileFormatException (const char *message) | |
| Creates a new exception with the given message. More... | |
| FileFormatException (const FileFormatException &other) noexcept | |
| Copy-constructor (C++ FAQ 17.17). More... | |
| ~FileFormatException () noexcept override | |
| Destroys the exception object. More... | |
| const QString & | message () const noexcept |
| Returns the message as a QString. More... | |
| const char * | what () const noexcept override |
| Returns the message as a C string. More... | |
An exception type thrown by an importer or exporter if it encounters a fatal error.
|
inline |
Creates a new exception with the given message.
| message | a text describing the exceptional event that has occurred. |
|
inline |
Creates a new exception with the given message.
| message | a text describing the exceptional event that has occurred. |
|
inlinenoexcept |
Copy-constructor (C++ FAQ 17.17).
|
overridedefaultnoexcept |
Destroys the exception object.
|
inlinenoexcept |
Returns the message as a QString.
|
overridenoexcept |
Returns the message as a C string.
1.8.13