11 <<
"Could not find the TTree named \'" << treeName
12 <<
"\' in the input file.\nMaybe it is not an art format file or maybe " 20 <<
"Could not find the TBranch named \'" << branchName
21 <<
"\' in the input file.\nMaybe it is not an art format file or maybe " 29 <<
"Random access is not allowed.\n" 30 <<
"Please make sure your gallery::Event was not created using more than " 38 <<
"This Event can not be decremented.\n" 39 <<
"Please make sure atEnd() is not true for this Event.";
void throwIllegalRandomAccess()
void throwIllegalDecrement()
void throwTreeNotFound(std::string const &treeName)
void throwBranchNotFound(std::string const &branchName)
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception