#include <xml.hpp>
|
| BadFileData (const std::string &what, unsigned long line_no, unsigned long line_pos, int level_arg=0) noexcept |
|
virtual | ~BadFileData () noexcept |
|
| exception (const std::string &what_arg, int level_arg) noexcept |
|
virtual | ~exception () noexcept |
|
int | level () const noexcept |
|
virtual const char * | what () const noexcept |
|
|
static std::string | fill (const std::string &what, unsigned long line_no, unsigned long line_pos) noexcept |
|
Bad file exception.
Definition at line 32 of file xml.hpp.
◆ BadFileData()
dunedaq::oks::BadFileData::BadFileData |
( |
const std::string & | what, |
|
|
unsigned long | line_no, |
|
|
unsigned long | line_pos, |
|
|
int | level_arg = 0 ) |
|
inlinenoexcept |
Definition at line 36 of file xml.hpp.
static std::string fill(const std::string &what, unsigned long line_no, unsigned long line_pos) noexcept
virtual const char * what() const noexcept
caught dunedaq::conffwk::Exception exception
◆ ~BadFileData()
virtual dunedaq::oks::BadFileData::~BadFileData |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ fill()
std::string dunedaq::oks::BadFileData::fill |
( |
const std::string & | what, |
|
|
unsigned long | line_no, |
|
|
unsigned long | line_pos ) |
|
staticprivatenoexcept |
Definition at line 52 of file xml.cpp.
53 {
55 s << item <<
" (line " << line_no <<
", char " << line_pos <<
')';
57 }
The documentation for this class was generated from the following files:
- /github/workspace/dunedaq/sourcecode/oks/include/oks/xml.hpp
- /github/workspace/dunedaq/sourcecode/oks/src/xml.cpp