4#include "Framework/Exception/Exception.h"
23 std::cout <<
"EventHeader {"
27 std::cout <<
", DATA";
30 std::cout <<
" }" << std::endl;
35 EXCEPTION_RAISE(
"NoParam",
"Parameter '" + name +
36 "' does not exist in the int parameters.");
43 EXCEPTION_RAISE(
"NoParam",
"Parameter '" + name +
44 "' does not exist in the float parameters.");
53 "Parameter '" + name +
"' does not exist in the string parameters.");