ROSE
0.11.96.11
|
#include <Yaml.h>
Public Member Functions | |
ParsingException (const std::string &message) | |
Constructor. More... | |
Public Member Functions inherited from Rose::Yaml::Exception | |
Exception (const std::string &message, const eType type) | |
Constructor. More... | |
eType | Type () const |
Get type of exception. | |
const char * | Message () const |
Get message of exception. | |
Additional Inherited Members | |
Public Types inherited from Rose::Yaml::Exception | |
enum | eType { InternalError, ParsingError, OperationError } |
Exception types. More... | |
Rose::Yaml::ParsingException::ParsingException | ( | const std::string & | message | ) |
Constructor.
message | Exception message. |