refs #815 Mark with \todo the remaining places where CJsonException needs to be caught.

This commit is contained in:
Mathew Sutcliffe
2016-12-21 02:28:19 +00:00
parent 51c3ae8c25
commit bda0f42c60
5 changed files with 11 additions and 11 deletions

View File

@@ -1327,7 +1327,7 @@ namespace BlackGui
break;
}
ContainerType container;
container.convertFromJson(json);
container.convertFromJson(json); //! \todo catch CJsonException or use convertFromJsonNoThrow
m = this->modifyLoadedJsonData(container);
if (m.isFailure()) { break; } // modification error
m = this->validateLoadedJsonData(container);