throwFunctions.h
Go to the documentation of this file.
1 #ifndef gallery_throwFunctions_h
2 #define gallery_throwFunctions_h
3 
4 #include <string>
5 
6 namespace gallery {
7 
8  void throwTreeNotFound(std::string const& treeName);
9  void throwBranchNotFound(std::string const& branchName);
11  void throwIllegalDecrement();
12 } // namespace gallery
13 
14 #endif /* gallery_throwFunctions_h */
15 
16 // Local Variables:
17 // mode: c++
18 // End:
std::string string
Definition: nybbler.cc:12
void throwIllegalRandomAccess()
void throwIllegalDecrement()
void throwTreeNotFound(std::string const &treeName)
void throwBranchNotFound(std::string const &branchName)