Defined in header <fkYAML/exception.hpp>
fkyaml::exception
class exception : public std::exception;
A basic exception class used in the fkYAML library.
Derived Classes
Type |
Description |
invalid_encoding |
The exception indicating an encoding error. |
out_of_range |
The exception indicating an out-of-range error. |
parse_error |
The exception indicating an error in parsing. |
type_error |
The exception indicating an invalid type conversion. |
Member Functions
Construction/Destruction
Operation
Name |
Description |
what |
provides an error message for a exception. |