Exception thrown when the WML parser fails to read a .pbl file. More...
#include <manager.hpp>
Public Member Functions | |
invalid_pbl_exception (const std::string &pbl_path, const std::string &msg) | |
Constructor. More... | |
Public Attributes | |
const std::string | path |
Path to the faulty .pbl file. More... | |
const std::string | message |
Error message to display. More... | |
Exception thrown when the WML parser fails to read a .pbl file.
Definition at line 31 of file manager.hpp.
|
inline |
Constructor.
pbl_path | Path to the faulty .pbl file. |
msg | An error message to display. |
Definition at line 39 of file manager.hpp.
const std::string invalid_pbl_exception::message |
Error message to display.
Definition at line 47 of file manager.hpp.
Referenced by ad_hoc_addon_fetch_session().
const std::string invalid_pbl_exception::path |
Path to the faulty .pbl file.
Definition at line 44 of file manager.hpp.
Referenced by ad_hoc_addon_fetch_session().