ATLAS Offline Software
Loading...
Searching...
No Matches
TrigConf::IOException Class Reference

#include <Exceptions.h>

Inherits std::exception.

Inherited by TrigConf::CrestLoadingException, TrigConf::FileWritingException, TrigConf::JsonParsingException, TrigConf::NoBGSKException, TrigConf::NoHLTPSKException, TrigConf::NoKeyException, TrigConf::NoL1PSKException, TrigConf::NoQueryException, TrigConf::NoSMKException, TrigConf::ParsingException, and TrigConf::QueryException.

Collaboration diagram for TrigConf::IOException:

Public Member Functions

 IOException (std::string msg)
virtual const char * what () const noexcept

Private Attributes

const std::string m_msg

Detailed Description

Constructor & Destructor Documentation

◆ IOException()

TrigConf::IOException::IOException ( std::string msg)

Member Function Documentation

◆ what()

const char * TrigConf::IOException::what ( ) const
virtualnoexcept

Definition at line 7 of file Trigger/TrigConfiguration/TrigConfIO/src/Exceptions.cxx.

8{
9 return m_msg.c_str();
10}

Member Data Documentation

◆ m_msg

const std::string TrigConf::IOException::m_msg
private

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