allpix::ModuleIdentifierNotFoundError

Module: Exception classes

Indicates that a given ModuleIdentifier was not found in the module identifier list.

#include <exceptions.h>

Inherits from allpix::LogicError, allpix::Exception, std::exception

Public Functions

Name
ModuleIdentifierNotFoundError(const ModuleIdentifier & identifier)

Additional inherited members

Public Functions inherited from allpix::LogicError

Name
LogicError(std::string what_arg)
Creates exception with the given logical problem.

Protected Functions inherited from allpix::LogicError

Name
LogicError() =default
Internal constructor for exceptions setting the error message indirectly.

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_

Public Functions Documentation

function ModuleIdentifierNotFoundError

explicit ModuleIdentifierNotFoundError(
    const ModuleIdentifier & identifier
)

Updated on 2024-12-13 at 08:31:37 +0000