ATLAS Offline Software
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 
6 #include <string>
7 
8 namespace lwtDev {
9 
10  // ______________________________________________________________________
11  // excpetions
13  std::logic_error(problem)
14  {}
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