CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TritonException.h
Go to the documentation of this file.
1 #ifndef HeterogeneousCore_SonicTriton_TritonException
2 #define HeterogeneousCore_SonicTriton_TritonException
3 
5 
6 #include <string>
7 
9 public:
10  explicit TritonException(std::string const& aCategory);
11  void convertToWarning() const;
12 };
13 
14 #endif
void convertToWarning() const
TritonException(std::string const &aCategory)