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