CMS 3D CMS Logo

TritonException.cc
Go to the documentation of this file.
5 
6 TritonException::TritonException(std::string const& aCategory, bool signal) : cms::Exception(aCategory) {
7  if (signal) {
9  ts->notifyCallStatus(false);
10  }
11 }
12 
virtual std::string explainSelf() const
Definition: Exception.cc:112
void notifyCallStatus(bool status) const
void convertToWarning() const
std::string const & category() const
Definition: Exception.cc:147
Namespace of DDCMS conversion namespace.
TritonException(std::string const &aCategory, bool signal=false)
Log< level::Warning, false > LogWarning