|
ROSE 0.11.145.354
|
#include <Sawyer/Yaml.h>


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