1#ifndef ROOT_CORE_UTILS__EXCEPTION_MSG_H
2#define ROOT_CORE_UTILS__EXCEPTION_MSG_H
47 ExceptionMsg (
const char *
const val_file,
const unsigned val_line,
48 const std::string& val_message);
65 virtual const char *
what ()
const throw ();
ExceptionMsg(const char *const val_file, const unsigned val_line, const std::string &val_message)
std::string m_message
description: the actual message
void testInvariant() const
virtual const char * what() const
This module defines a variety of assert style macros.