ROSE  0.11.145.0
Public Member Functions | List of all members
Sawyer::Yaml::OperationException Class Reference

Description

Operation exception.

See also
Exception

Definition at line 201 of file util/Sawyer/Yaml.h.

#include <util/Sawyer/Yaml.h>

Inheritance diagram for Sawyer::Yaml::OperationException:
Inheritance graph
[legend]
Collaboration diagram for Sawyer::Yaml::OperationException:
Collaboration graph
[legend]

Public Member Functions

 OperationException (const std::string &message)
 Constructor. More...
 
- Public Member Functions inherited from Sawyer::Yaml::Exception
 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

- Public Types inherited from Sawyer::Yaml::Exception
enum  eType {
  InternalError,
  ParsingError,
  OperationError
}
 Exception types. More...
 

Constructor & Destructor Documentation

Sawyer::Yaml::OperationException::OperationException ( const std::string &  message)

Constructor.

Parameters
messageException message.

The documentation for this class was generated from the following file: