allpix::ConfigurationError
Module: Exception classes
Base class for all configurations exceptions in the framework.
#include <exceptions.h>
Inherits from allpix::Exception, std::exception
Inherited by allpix::ConfigFileUnavailableError, allpix::ConfigParseError, allpix::InvalidCombinationError, allpix::InvalidKeyError, allpix::InvalidValueError, allpix::KeyValueParseError, allpix::MissingKeyError
Additional inherited members
Public Functions inherited from allpix::Exception
Name | |
---|---|
Exception(std::string what_arg) Creates exception with the specified problem. |
|
const char * | what() const override Return the error message. |
Protected Functions inherited from allpix::Exception
Name | |
---|---|
Exception() =default Internal constructor for exceptions setting the error message indirectly. |
Protected Attributes inherited from allpix::Exception
Name | |
---|---|
std::string | error_message_ |
Updated on 2024-12-13 at 08:31:37 +0000