4#ifndef ROOT_Math_GenVector_GenVector_exception
5#define ROOT_Math_GenVector_GenVector_exception 1
22class GenVector_exception;
23inline void Throw(GenVector_exception &
e);
25inline void Throw(
const char *);
62 static bool isOn =
false;
static bool EnableThrow()
static bool DisableThrow()
friend void Throw(GenVector_exception &)
throw explicitly GenVector exceptions
GenVector_exception(const std::string &s)
Namespace for new Math classes and functions.
void Throw(const char *)
function throwing exception, by creating internally a GenVector_exception only when needed
void Throw(GenVector_exception &e)
throw explicitly GenVector exceptions
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...