paludis
Version 2.6.0
|
#include <config_file.hh>
Basic operations | |
ConfigFileError (const std::string &filename, const std::string &message) noexcept | |
ConfigFileError (const std::string &message) noexcept | |
Additional Inherited Members | |
![]() | |
ConfigurationError (const std::string &msg) noexcept | |
![]() | |
const std::string & | message () const noexcept |
std::string | backtrace (const std::string &delim) const |
bool | empty () const |
const char * | what () const noexcept |
virtual | ~Exception () |
![]() | |
Exception (const std::string &message) noexcept | |
Exception (const Exception &) | |
Raised if an error is encountered parsing a configuration file.
|
noexcept |
Constructor, where the filename is known.
filename | The filename in which the error occurred. May be a blank string, if the filename is not necessarily known. |
message | A description of the error. |
|
noexcept |
Constructor, where the filename is not known.
message | A description of the error. |