exception.h
Go to the documentation of this file.
1 #ifndef messagefacility_Utilities_exception_h
2 #define messagefacility_Utilities_exception_h
3 
4 #include "cetlib_except/coded_exception.h"
5 #include <string>
6 
7 namespace mf {
8  namespace errors {
10  } // error
11 
12  namespace detail {
14  }
15 
16  typedef cet::coded_exception<errors::error, detail::translate> Exception;
17 } // mf
18 
19 #endif /* messagefacility_Utilities_exception_h */
20 
21 /// Local Variables:
22 /// mode: C++
23 /// c-basic-offset: 2
24 /// indent-tabs-mode: nil
25 /// End:
std::string string
Definition: nybbler.cc:12
cet::coded_exception< errors::error, detail::translate > Exception
Definition: exception.h:16
std::string translate(errors::error)
Definition: exception.cc:4