Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
doxygen-1.8.11
testing
Functions
047_return.cpp File Reference
Go to the source code of this file.
Functions
int
func1
()
int
func2
()
int
func3
()
Function Documentation
int func1
(
)
Test
function 1.
Returns
A
integer.
Definition at line
79
of file
Exception_t.cc
.
80
{
81
try
{
82
func2
();
83
}
84
catch
(
cet::exception
&
e
) {
85
throw
cet::exception
(
"InfiniteLoop"
,
"In func1"
, e) <<
"Gave up"
;
86
}
87
}
e
const double e
Definition:
gUpMuFluxGen.cxx:165
func2
void func2()
Definition:
Exception_t.cc:73
fhicl::exception
cet::coded_exception< error, detail::translate > exception
Definition:
exception.h:33
Generated by
1.8.11