#include <Common.h>
This exception is thrown by the Arxx::Archive::bLoad() funtion to indicate that the archive that was to be opened is in an invalid format, could not be read as an ARX archive and thus wasn't loaded at all.
Public Member Functions | |
bad_file_format (const std::string &sString) | |
The constructor of a bad_file_format exception. |
Arxx::bad_file_format::bad_file_format | ( | const std::string & | sString | ) |
The constructor of a bad_file_format exception.
sString | A string with further information for this exception. |