DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::oks::CanNotCreateRepositoryDir Class Reference

Cannot create file. More...

#include <kernel.hpp>

Inheritance diagram for dunedaq::oks::CanNotCreateRepositoryDir:
[legend]
Collaboration diagram for dunedaq::oks::CanNotCreateRepositoryDir:
[legend]

Public Member Functions

 CanNotCreateRepositoryDir (const char *prefix, const std::string &name) noexcept
 
virtual ~CanNotCreateRepositoryDir () noexcept
 
- Public Member Functions inherited from dunedaq::oks::exception
 exception (const std::string &what_arg, int level_arg) noexcept
 
virtual ~exception () noexcept
 
int level () const noexcept
 
virtual const char * what () const noexcept
 

Static Private Member Functions

static std::string fill (const char *prefix, const std::string &name) noexcept
 

Detailed Description

Cannot create file.

Such exception is thrown when OKS cannot create a new file.

Definition at line 180 of file kernel.hpp.

Constructor & Destructor Documentation

◆ CanNotCreateRepositoryDir()

dunedaq::oks::CanNotCreateRepositoryDir::CanNotCreateRepositoryDir ( const char * prefix,
const std::string & name )
inlinenoexcept

Definition at line 184 of file kernel.hpp.

184: exception (fill(prefix, name), 0) { }
static std::string fill(const char *prefix, const std::string &name) noexcept
caught dunedaq::conffwk::Exception exception

◆ ~CanNotCreateRepositoryDir()

virtual dunedaq::oks::CanNotCreateRepositoryDir::~CanNotCreateRepositoryDir ( )
inlinevirtualnoexcept

Definition at line 186 of file kernel.hpp.

186{ }

Member Function Documentation

◆ fill()

static std::string dunedaq::oks::CanNotCreateRepositoryDir::fill ( const char * prefix,
const std::string & name )
staticprivatenoexcept

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