ROSE 0.11.145.147
|
#include <Sawyer/Yaml.h>
Public Member Functions | |
InternalException (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::InternalException::InternalException | ( | const std::string & | message | ) |
Constructor.
message | Exception message. |