|
ROSE
0.11.96.11
|
#include <Yaml.h>


Public Types | |
| enum | eType { InternalError, ParsingError, OperationError } |
| Exception types. More... | |
Public Member Functions | |
| 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. | |
| Rose::Yaml::Exception::Exception | ( | const std::string & | message, |
| const eType | type | ||
| ) |
Constructor.
| message | Exception message. |
| type | Type of exception. |
1.8.17