softwarecontainer
0.18.0-739e8d7 2017-05-04
|
An error occured in ConfigStore when parsing a Service Manifest. More...
#include <configstoreerror.h>
Public Member Functions | |
ServiceManifestParseError (const std::string &message) | |
virtual const char * | what () const throw () |
Protected Attributes | |
std::string | m_message |
An error occured in ConfigStore when parsing a Service Manifest.
This exception should be used when the Service Manifest is incorrectly formatted, e.g. not a json file.
Definition at line 82 of file configstoreerror.h.