4 #ifndef ROOT_Math_GenVector_GenVector_exception
5 #define ROOT_Math_GenVector_GenVector_exception 1
24 class GenVector_exception;
25 void Throw(GenVector_exception & e);
27 void Throw(
const char *);
34 :
public std::runtime_error
65 void Throw(
const char *);
72 #endif // GENVECTOR_EXCEPTION_H
static bool DisableThrow()
GenVector_exception(const std::string &s)
Namespace for new ROOT 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 explicity GenVector exceptions
Namespace for new Math classes and functions.
friend void Throw(GenVector_exception &)
throw explicity GenVector exceptions
static bool EnableThrow()