Logo ROOT  
Reference Guide
RooHelpers::CachingError Class Reference

Definition at line 75 of file RooHelpers.h.

Public Member Functions

 CachingError (CachingError &&previous, const std::string &newMessage)
 
 CachingError (const std::string &newMessage)
 
const char * what () const noexcept override
 

Private Attributes

std::vector< std::string > _messages
 

#include <RooHelpers.h>

Inheritance diagram for RooHelpers::CachingError:
[legend]

Constructor & Destructor Documentation

◆ CachingError() [1/2]

RooHelpers::CachingError::CachingError ( const std::string &  newMessage)
inline

Definition at line 77 of file RooHelpers.h.

◆ CachingError() [2/2]

RooHelpers::CachingError::CachingError ( CachingError &&  previous,
const std::string &  newMessage 
)
inline

Definition at line 84 of file RooHelpers.h.

Member Function Documentation

◆ what()

const char * RooHelpers::CachingError::what ( ) const
inlineoverridenoexcept

Definition at line 91 of file RooHelpers.h.

Member Data Documentation

◆ _messages

std::vector<std::string> RooHelpers::CachingError::_messages
private

Definition at line 117 of file RooHelpers.h.

Libraries for RooHelpers::CachingError:
[legend]

The documentation for this class was generated from the following file: