Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
gallery
gallery
ValidHandle.cc
Go to the documentation of this file.
1
#include "
gallery/ValidHandle.h
"
2
3
#include "
canvas/Utilities/Exception.h
"
4
5
namespace
gallery
{
6
7
void
8
throwValidHandleNullPointer
()
9
{
10
throw
art::Exception
(
art::errors::NullPointerError
)
11
<<
"Attempt to create ValidHandle with null pointer"
;
12
}
13
}
// namespace gallery
Exception.h
gallery::throwValidHandleNullPointer
void throwValidHandleNullPointer()
Definition:
ValidHandle.cc:8
ValidHandle.h
art::errors::NullPointerError
Definition:
Exception.h:37
art::Exception
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
Definition:
Exception.h:66
gallery
Definition:
ProductToken.h:22
Generated by
1.8.11