Flatland
Public Member Functions | List of all members
flatland_server::YAMLException Class Reference
Inheritance diagram for flatland_server::YAMLException:
Inheritance graph
[legend]
Collaboration diagram for flatland_server::YAMLException:
Collaboration graph
[legend]

Public Member Functions

 YAMLException (const std::string &msg, const YAML::Exception &yaml_cpp_exception)
 Constructor for the YAMLException class, stores and generates exception message using yaml cpp exceptions. More...
 
 YAMLException (const std::string &msg)
 Constructor for the YAMLException class, stores and generates exception message using just a message. More...
 
- Public Member Functions inherited from flatland_server::Exception
 Exception (const std::string &msg)
 Constructor for the Exception class.
 

Constructor & Destructor Documentation

flatland_server::YAMLException::YAMLException ( const std::string &  msg,
const YAML::Exception &  yaml_cpp_exception 
)
inline

Constructor for the YAMLException class, stores and generates exception message using yaml cpp exceptions.

Parameters
[in]msgException message
[in]yaml_cpp_exceptionException generated from YAML cpp
flatland_server::YAMLException::YAMLException ( const std::string &  msg)
inline

Constructor for the YAMLException class, stores and generates exception message using just a message.

Parameters
[in]msgException message

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