ATLAS Offline Software
Reconstruction
tauRecTools
Root
lwtnn
Reconstruction/tauRecTools/Root/lwtnn/Exceptions.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
tauRecTools/lwtnn/Exceptions.h
"
6
#include <string>
7
8
namespace
lwtDev
{
9
10
// ______________________________________________________________________
11
// excpetions
12
LightweightNNException::LightweightNNException
(
const
std::string& problem):
13
std::logic_error(problem)
14
{}
15
NNConfigurationException::NNConfigurationException
(
const
std::string& problem):
16
LightweightNNException
(problem)
17
{}
18
NNEvaluationException::NNEvaluationException
(
const
std::string& problem):
19
LightweightNNException
(problem)
20
{}
21
OutputRankException::OutputRankException
(
const
std::string& problem):
22
NNEvaluationException
(problem)
23
{}
24
}
lwtDev::LightweightNNException::LightweightNNException
LightweightNNException(const std::string &problem)
Definition:
Reconstruction/tauRecTools/Root/lwtnn/Exceptions.cxx:12
lwtDev::OutputRankException::OutputRankException
OutputRankException(const std::string &problem)
Definition:
Reconstruction/tauRecTools/Root/lwtnn/Exceptions.cxx:21
lwtDev::LightweightNNException
Definition:
Reconstruction/tauRecTools/tauRecTools/lwtnn/Exceptions.h:15
lwtDev
Definition:
Reconstruction/tauRecTools/Root/lwtnn/Exceptions.cxx:8
lwtDev::NNEvaluationException::NNEvaluationException
NNEvaluationException(const std::string &problem)
Definition:
Reconstruction/tauRecTools/Root/lwtnn/Exceptions.cxx:18
lwtDev::NNEvaluationException
Definition:
Reconstruction/tauRecTools/tauRecTools/lwtnn/Exceptions.h:27
lwtDev::NNConfigurationException::NNConfigurationException
NNConfigurationException(const std::string &problem)
Definition:
Reconstruction/tauRecTools/Root/lwtnn/Exceptions.cxx:15
Exceptions.h
Generated on Thu Mar 13 2025 21:10:36 for ATLAS Offline Software by
1.8.18