LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
ExceptionMessages.h
Go to the documentation of this file.
1 #ifndef art_Utilities_ExceptionMessages_h
2 #define art_Utilities_ExceptionMessages_h
3 
4 #include "cetlib_except/exception.h"
5 
6 // ----------------------------------------------------------------------
7 
8 namespace art {
9 
10  void printArtException(cet::exception const& e, char const* prog = 0);
11  void printBadAllocException(char const* prog = 0);
12  void printStdException(std::exception const& e, char const* prog = 0);
13  void printUnknownException(char const* prog = 0);
14 
15 } // art
16 
17  // ======================================================================
18 
19 #endif /* art_Utilities_ExceptionMessages_h */
20 
21 // Local Variables:
22 // mode: c++
23 // End:
void printStdException(std::exception const &e, char const *prog)
void printUnknownException(char const *prog)
void printArtException(cet::exception const &e, char const *prog)
HLT enums.
void printBadAllocException(char const *prog)
Float_t e
Definition: plot.C:34
cet::coded_exception< error, detail::translate > exception
Definition: exception.h:33