ROSE 0.11.145.147
Public Member Functions | List of all members
Sawyer::Yaml::InternalException Class Reference

Description

Internal exception.

See also
Exception

Definition at line 177 of file Sawyer/Yaml.h.

#include <Sawyer/Yaml.h>

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

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...
 

Constructor & Destructor Documentation

◆ InternalException()

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

Constructor.

Parameters
messageException message.

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