3 std::unique_ptr<art::EventPrincipal>
7 <<
"The application has tried to peform random access on an input source\n" 8 <<
"that does not support random access. Please reconfigure the program\n" 9 <<
"to use an input source that supports random access (e.g. RootInput)\n";
16 <<
"The application has tried to peform random access on an input source\n" 17 <<
"that does not support random access. Please reconfigure the program\n" 18 <<
"to use an input source that supports random access (e.g. RootInput)\n";
25 <<
"The application has tried to rewind an input source\n" 26 <<
"that does not support rewinding. Please reconfigure the program\n" 27 <<
"to use an input source that supports random access (e.g. RootInput)\n";
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception