ATLAS Offline Software
Public Member Functions | List of all members
LVL1::ParseException Class Reference

#include <L1DynamicPedestalProviderTxt.h>

Inheritance diagram for LVL1::ParseException:
Collaboration diagram for LVL1::ParseException:

Public Member Functions

 ParseException (const std::string &what)
 

Detailed Description

Definition at line 35 of file L1DynamicPedestalProviderTxt.h.

Constructor & Destructor Documentation

◆ ParseException()

LVL1::ParseException::ParseException ( const std::string &  what)
inline

Definition at line 38 of file L1DynamicPedestalProviderTxt.h.

38  : std::runtime_error(what)
39  {}

The documentation for this class was generated from the following file:
python.ExitCodes.what
def what(code)
Definition: ExitCodes.py:73