7#ifndef ROOT_CORE_UTILS__EXCEPTION_MSG_H
8#define ROOT_CORE_UTILS__EXCEPTION_MSG_H
42 ExceptionMsg (
const char *
const val_file,
const unsigned val_line,
43 const std::string& val_message);
60 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.