Logo ROOT  
Reference Guide
ROOT::Experimental::RDirectoryTypeMismatch Class Reference

Objects of this class are thrown to signal that the value known under the given name .

Definition at line 47 of file RDirectory.hxx.

Public Member Functions

 RDirectoryTypeMismatch (std::string_view keyName)
 
const char * what () const noexcept final
 

Private Attributes

std::string fKeyName
 

#include <ROOT/RDirectory.hxx>

Inheritance diagram for ROOT::Experimental::RDirectoryTypeMismatch:
[legend]

Constructor & Destructor Documentation

◆ RDirectoryTypeMismatch()

ROOT::Experimental::RDirectoryTypeMismatch::RDirectoryTypeMismatch ( std::string_view  keyName)
inline

Definition at line 51 of file RDirectory.hxx.

Member Function Documentation

◆ what()

const char * ROOT::Experimental::RDirectoryTypeMismatch::what ( ) const
inlinefinalnoexcept

Definition at line 52 of file RDirectory.hxx.

Member Data Documentation

◆ fKeyName

std::string ROOT::Experimental::RDirectoryTypeMismatch::fKeyName
private

Definition at line 48 of file RDirectory.hxx.

Libraries for ROOT::Experimental::RDirectoryTypeMismatch:
[legend]

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